Skip to content

Commit f832e1e

Browse files
Update Psalm baseline
1 parent bd41ffc commit f832e1e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.psalm/baseline.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
2+
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
33
<file src="src/Event/Dispatcher/DirectDispatcher.php">
44
<UndefinedInterfaceMethod>
55
<code><![CDATA[notify]]></code>
@@ -218,11 +218,6 @@
218218
<code><![CDATA[Assert::isWritable(...func_get_args())]]></code>
219219
</TooManyArguments>
220220
</file>
221-
<file src="src/Framework/Constraint/Cardinality/Count.php">
222-
<PossiblyInvalidArgument>
223-
<code><![CDATA[$e->getCode()]]></code>
224-
</PossiblyInvalidArgument>
225-
</file>
226221
<file src="src/Framework/Constraint/Cardinality/GreaterThan.php">
227222
<DeprecatedClass>
228223
<code><![CDATA[Exporter::export($this->value, $exportObjects)]]></code>
@@ -620,9 +615,6 @@
620615
</RedundantCondition>
621616
</file>
622617
<file src="src/Metadata/Api/DataProvider.php">
623-
<PossiblyInvalidArgument>
624-
<code><![CDATA[$e->getCode()]]></code>
625-
</PossiblyInvalidArgument>
626618
<RedundantCast>
627619
<code><![CDATA[(int) $matches[0][1]]]></code>
628620
</RedundantCast>

0 commit comments

Comments
 (0)