Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 14, 2021
1 parent 83491f4 commit c2a7f8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<phar name="php-cs-fixer" version="^2.16" installed="2.17.3" location="./tools/php-cs-fixer" copy="true"/>
<phar name="phpdox" version="^0.12" installed="0.12.0" location="./tools/phpdox" copy="true"/>
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.3.1" location="./tools/psalm" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.4.0" location="./tools/psalm" copy="true"/>
<phar name="humbug/php-scoper" version="^0.13.9" installed="0.14.0" location="./tools/php-scoper" copy="true"/>
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.0.8" location="./tools/composer" copy="true"/>
Expand Down
9 changes: 4 additions & 5 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.3.1@2feba22a005a18bf31d4c7b9bdb9252c73897476">
<files psalm-version="4.x-dev@">
<file src="src/Framework/Assert.php">
<ArgumentTypeCoercion occurrences="2">
<code>$actualElement-&gt;childNodes-&gt;item($i)</code>
Expand Down Expand Up @@ -601,8 +601,10 @@
</MissingReturnType>
</file>
<file src="src/Framework/MockObject/Builder/InvocationMocker.php">
<MissingParamType occurrences="3">
<MissingParamType occurrences="5">
<code>$arguments</code>
<code>$id</code>
<code>$id</code>
<code>$nextValues</code>
<code>$value</code>
</MissingParamType>
Expand Down Expand Up @@ -1538,9 +1540,6 @@
</RedundantConditionGivenDocblockType>
</file>
<file src="src/Util/Test.php">
<InvalidScalarArgument occurrences="1">
<code>array_flip($lineNumbers)</code>
</InvalidScalarArgument>
<MissingReturnType occurrences="1">
<code>sanitizeVersionNumber</code>
</MissingReturnType>
Expand Down
Binary file modified tools/psalm
Binary file not shown.

0 comments on commit c2a7f8b

Please sign in to comment.