Skip to content

Commit

Permalink
Merge branch '10.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 2, 2023
2 parents e96e28f + 8e0152a commit b54d50d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
Expand Up @@ -2,7 +2,7 @@
<phive xmlns="https://phar.io/phive">
<phar name="phpab" version="^1.25" installed="1.28.0" location="./tools/phpab" copy="true"/>
<phar name="php-cs-fixer" version="^3.0" installed="3.22.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.13.1" location="./tools/psalm" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.14.1" location="./tools/psalm" copy="true"/>
<phar name="humbug/php-scoper" version="^0.18.1" installed="0.18.3" location="./tools/php-scoper" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.5.8" location="./tools/composer" copy="true"/>
</phive>
24 changes: 23 additions & 1 deletion .psalm/baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
<file src="src/Event/Dispatcher/DirectDispatcher.php">
<UndefinedInterfaceMethod>
<code>notify</code>
Expand Down Expand Up @@ -164,6 +164,11 @@
<code><![CDATA[$e->getCode()]]></code>
</PossiblyInvalidArgument>
</file>
<file src="src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php">
<ArgumentTypeCoercion>
<code><![CDATA[$this->regularExpression]]></code>
</ArgumentTypeCoercion>
</file>
<file src="src/Framework/Constraint/Object/ObjectEquals.php">
<MissingThrowsDocblock>
<code>getMethod</code>
Expand All @@ -187,6 +192,19 @@
<code>bool</code>
</InvalidArgument>
</file>
<file src="src/Framework/Constraint/String/RegularExpression.php">
<ArgumentTypeCoercion>
<code><![CDATA[$this->pattern]]></code>
</ArgumentTypeCoercion>
</file>
<file src="src/Framework/Constraint/String/StringMatchesFormatDescription.php">
<ArgumentTypeCoercion>
<code>$line</code>
<code><![CDATA[$this->regularExpressionForFormatDescription(
$this->convertNewlines($this->formatDescription),
)]]></code>
</ArgumentTypeCoercion>
</file>
<file src="src/Framework/Constraint/Traversable/TraversableContainsOnly.php">
<ArgumentTypeCoercion>
<code>$type</code>
Expand Down Expand Up @@ -552,6 +570,10 @@
</PropertyTypeCoercion>
</file>
<file src="src/Runner/Filter/NameFilterIterator.php">
<ArgumentTypeCoercion>
<code>$filter</code>
<code><![CDATA[$this->filter]]></code>
</ArgumentTypeCoercion>
<MissingTemplateParam>
<code>NameFilterIterator</code>
</MissingTemplateParam>
Expand Down
Binary file modified tools/psalm
Binary file not shown.

0 comments on commit b54d50d

Please sign in to comment.