Skip to content

Commit 6a66322

Browse files
Update Psalm baseline
1 parent 10fe65f commit 6a66322

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.psalm/baseline.xml

Lines changed: 4 additions & 4 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.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
2+
<files psalm-version="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
33
<file src="src/Framework/Assert.php">
44
<ArgumentTypeCoercion>
55
<code><![CDATA[$actualElement->childNodes->item($i)]]></code>
@@ -794,9 +794,6 @@
794794
<PossiblyNullArgument>
795795
<code><![CDATA[$client->__getFunctions()]]></code>
796796
</PossiblyNullArgument>
797-
<RedundantCondition>
798-
<code><![CDATA[$isInterface && $class->implementsInterface(Throwable::class)]]></code>
799-
</RedundantCondition>
800797
</file>
801798
<file src="src/Framework/MockObject/Invocation.php">
802799
<MissingClosureReturnType>
@@ -1187,6 +1184,9 @@
11871184
);]]></code>
11881185
<code><![CDATA[throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".');]]></code>
11891186
</MissingThrowsDocblock>
1187+
<NoValue>
1188+
<code><![CDATA[$this->dataName]]></code>
1189+
</NoValue>
11901190
<PossiblyNullPropertyAssignmentValue>
11911191
<code>$beStrictAboutChangesToGlobalState</code>
11921192
<code>null</code>

0 commit comments

Comments
 (0)