Skip to content

Commit 261755b

Browse files
Update tools
1 parent d1fe984 commit 261755b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<phar name="php-cs-fixer" version="^3.0" installed="3.0.0" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="phpdox" version="^0.12" installed="0.12.0" location="./tools/phpdox" copy="true"/>
66
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/>
7-
<phar name="psalm" version="^4.0" installed="4.8.1" location="./tools/psalm" copy="true"/>
7+
<phar name="psalm" version="^4.0" installed="4.9.1" location="./tools/psalm" copy="true"/>
88
<phar name="humbug/php-scoper" version="^0.15.0" installed="0.15.0" location="./tools/php-scoper" copy="true"/>
99
<phar name="composer" version="^2.0.3" installed="2.1.5" location="./tools/composer" copy="true"/>
1010
</phive>

.psalm/baseline.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,17 @@
990990
<code>endTest</code>
991991
<code>startTest</code>
992992
</DeprecatedMethod>
993-
<DeprecatedProperty occurrences="1">
993+
<DeprecatedProperty occurrences="11">
994+
<code>$this-&gt;listeners</code>
995+
<code>$this-&gt;listeners</code>
996+
<code>$this-&gt;listeners</code>
997+
<code>$this-&gt;listeners</code>
998+
<code>$this-&gt;listeners</code>
999+
<code>$this-&gt;listeners</code>
1000+
<code>$this-&gt;listeners</code>
1001+
<code>$this-&gt;listeners</code>
1002+
<code>$this-&gt;listeners</code>
1003+
<code>$this-&gt;listeners</code>
9941004
<code>$this-&gt;listeners</code>
9951005
</DeprecatedProperty>
9961006
<DocblockTypeContradiction occurrences="1">
@@ -1453,9 +1463,6 @@
14531463
<MissingParamType occurrences="1">
14541464
<code>$variable</code>
14551465
</MissingParamType>
1456-
<PossiblyInvalidIterator occurrences="1">
1457-
<code>$constants['user']</code>
1458-
</PossiblyInvalidIterator>
14591466
</file>
14601467
<file src="src/Util/Json.php">
14611468
<MissingParamType occurrences="1">

tools/psalm

66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)