Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 18, 2020
1 parent bb1d32b commit 6405aab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 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.16.4" 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="^3.6" installed="3.13.1" location="./tools/psalm" copy="true"/>
<phar name="psalm" version="^3.6" installed="3.14.1" location="./tools/psalm" copy="true"/>
<phar name="humbug/php-scoper" version="^0.13.2" installed="0.13.3" 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"/>
</phive>
28 changes: 5 additions & 23 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="3.12.1@9b860214d58c48b5cbe99bdb17914d0eb723c9cd">
<files psalm-version="3.14.1@9822043ca46d6682b76097bfa97d7c450eef9e90">
<file src="src/Framework/Assert.php">
<ArgumentTypeCoercion occurrences="2">
<code>$expectedElement-&gt;childNodes-&gt;item($i)</code>
Expand Down Expand Up @@ -160,18 +160,10 @@
<code>$beStrictAboutChangesToGlobalState</code>
<code>null</code>
</PossiblyNullPropertyAssignmentValue>
<PossiblyNullReference occurrences="1">
<code>filter</code>
</PossiblyNullReference>
<PossiblyUndefinedVariable occurrences="1">
<code>$categories</code>
</PossiblyUndefinedVariable>
</file>
<file src="src/Framework/TestFailure.php">
<PossiblyNullReference occurrences="1">
<code>getDiff</code>
</PossiblyNullReference>
</file>
<file src="src/Framework/TestResult.php">
<PossiblyUndefinedVariable occurrences="1">
<code>$isAnyCoverageRequired</code>
Expand Down Expand Up @@ -228,6 +220,9 @@
<code>$suite</code>
<code>$suite</code>
</PossiblyNullArgument>
<UnsafeInstantiation occurrences="1">
<code>new static</code>
</UnsafeInstantiation>
</file>
<file src="src/TextUI/Help.php">
<PossiblyUndefinedArrayOffset occurrences="2">
Expand All @@ -242,27 +237,18 @@
<PossiblyUndefinedVariable occurrences="1">
<code>$whitelistFromConfigurationFile</code>
</PossiblyUndefinedVariable>
<UnsafeInstantiation occurrences="1"/>
</file>
<file src="src/Util/Annotation/DocBlock.php">
<InvalidCatch occurrences="1"/>
</file>
<file src="src/Util/Blacklist.php">
<UndefinedClass occurrences="1">
<code>Invoker</code>
</UndefinedClass>
</file>
<file src="src/Util/Configuration.php">
<ArgumentTypeCoercion occurrences="4">
<code>$extension</code>
<code>$listener</code>
<code>$testSuiteNodes-&gt;item(0)</code>
<code>$testSuiteNode</code>
</ArgumentTypeCoercion>
<PossiblyInvalidArrayOffset occurrences="3">
<code>$result[$array][$name]['verbatim']</code>
<code>$result[$array][$name]['force']</code>
<code>$result[$array][$name]['value']</code>
</PossiblyInvalidArrayOffset>
<PossiblyNullReference occurrences="2">
<code>getAttribute</code>
<code>getAttribute</code>
Expand Down Expand Up @@ -385,10 +371,6 @@
<InvalidCast occurrences="1">
<code>$value</code>
</InvalidCast>
<PossiblyInvalidArgument occurrences="2">
<code>$name</code>
<code>$name</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Util/TestDox/TestDoxPrinter.php">
<UndefinedInterfaceMethod occurrences="1">
Expand Down
Binary file modified tools/psalm
Binary file not shown.

0 comments on commit 6405aab

Please sign in to comment.