Skip to content

Commit

Permalink
Re-delete previously removed validators
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Jun 25, 2024
1 parent d4dec7f commit 5603292
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 603 deletions.
62 changes: 0 additions & 62 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
<code><![CDATA[$this->options]]></code>
<code><![CDATA[$this->options]]></code>
<code><![CDATA[$this->options]]></code>
<code><![CDATA[$this->options]]></code>
<code><![CDATA[$this->options]]></code>
</UndefinedThisPropertyAssignment>
</file>
<file src="src/Barcode.php">
Expand Down Expand Up @@ -448,20 +446,6 @@
<code><![CDATA[Upce]]></code>
</UnusedClass>
</file>
<file src="src/Between.php">
<MixedInferredReturnType>
<code><![CDATA[bool]]></code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[$this->options['inclusive']]]></code>
</MixedReturnStatement>
<PossiblyUnusedMethod>
<code><![CDATA[__construct]]></code>
<code><![CDATA[setInclusive]]></code>
<code><![CDATA[setMax]]></code>
<code><![CDATA[setMin]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/CreditCard.php">
<InvalidOperand>
<code><![CDATA[$value[$i]]]></code>
Expand Down Expand Up @@ -1360,29 +1344,6 @@
<code><![CDATA[$value]]></code>
</MixedArgument>
</file>
<file src="src/GreaterThan.php">
<MixedArgument>
<code><![CDATA[$options['inclusive']]]></code>
</MixedArgument>
<MixedAssignment>
<code><![CDATA[$temp['inclusive']]]></code>
<code><![CDATA[$temp['min']]]></code>
</MixedAssignment>
<PossiblyInvalidArgument>
<code><![CDATA[$options]]></code>
</PossiblyInvalidArgument>
<PossiblyUndefinedVariable>
<code><![CDATA[$temp]]></code>
</PossiblyUndefinedVariable>
<PossiblyUnusedMethod>
<code><![CDATA[__construct]]></code>
<code><![CDATA[getInclusive]]></code>
<code><![CDATA[getMin]]></code>
</PossiblyUnusedMethod>
<PropertyNotSetInConstructor>
<code><![CDATA[$inclusive]]></code>
</PropertyNotSetInConstructor>
</file>
<file src="src/Hostname.php">
<DocblockTypeContradiction>
<code><![CDATA[is_array($options)]]></code>
Expand Down Expand Up @@ -1541,29 +1502,6 @@
<code><![CDATA[$this->options['type']]]></code>
</MixedReturnStatement>
</file>
<file src="src/LessThan.php">
<MixedArgument>
<code><![CDATA[$options['inclusive']]]></code>
</MixedArgument>
<MixedAssignment>
<code><![CDATA[$temp['inclusive']]]></code>
<code><![CDATA[$temp['max']]]></code>
</MixedAssignment>
<PossiblyInvalidArgument>
<code><![CDATA[$options]]></code>
</PossiblyInvalidArgument>
<PossiblyUndefinedVariable>
<code><![CDATA[$temp]]></code>
</PossiblyUndefinedVariable>
<PossiblyUnusedMethod>
<code><![CDATA[__construct]]></code>
<code><![CDATA[getInclusive]]></code>
<code><![CDATA[getMax]]></code>
</PossiblyUnusedMethod>
<PropertyNotSetInConstructor>
<code><![CDATA[$inclusive]]></code>
</PropertyNotSetInConstructor>
</file>
<file src="src/Module.php">
<PossiblyUnusedParam>
<code><![CDATA[$moduleManager]]></code>
Expand Down
220 changes: 0 additions & 220 deletions src/Between.php

This file was deleted.

Loading

0 comments on commit 5603292

Please sign in to comment.