Skip to content

Commit 09971de

Browse files
Merge branch '8.5' into 9.5
2 parents a9e13cd + 261755b commit 09971de

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

.phive/phars.xml

+1-1
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

+22-5
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,12 @@
672672
<DeprecatedMethod occurrences="1">
673673
<code>setMethods</code>
674674
</DeprecatedMethod>
675+
<DeprecatedProperty occurrences="4">
676+
<code>$this-&gt;backupGlobalsBlacklist</code>
677+
<code>$this-&gt;backupGlobalsBlacklist</code>
678+
<code>$this-&gt;backupStaticAttributesBlacklist</code>
679+
<code>$this-&gt;backupStaticAttributesBlacklist</code>
680+
</DeprecatedProperty>
675681
<DocblockTypeContradiction occurrences="5">
676682
<code>$this-&gt;backupStaticAttributes === null</code>
677683
<code>$this-&gt;mockObjectGenerator === null</code>
@@ -759,7 +765,17 @@
759765
<code>endTest</code>
760766
<code>startTest</code>
761767
</DeprecatedMethod>
762-
<DeprecatedProperty occurrences="1">
768+
<DeprecatedProperty occurrences="11">
769+
<code>$this-&gt;listeners</code>
770+
<code>$this-&gt;listeners</code>
771+
<code>$this-&gt;listeners</code>
772+
<code>$this-&gt;listeners</code>
773+
<code>$this-&gt;listeners</code>
774+
<code>$this-&gt;listeners</code>
775+
<code>$this-&gt;listeners</code>
776+
<code>$this-&gt;listeners</code>
777+
<code>$this-&gt;listeners</code>
778+
<code>$this-&gt;listeners</code>
763779
<code>$this-&gt;listeners</code>
764780
</DeprecatedProperty>
765781
<InvalidArgument occurrences="1">
@@ -1233,8 +1249,12 @@
12331249
<code>hasTestSuiteLoaderClass</code>
12341250
<code>hasTestSuiteLoaderFile</code>
12351251
</DeprecatedMethod>
1236-
<DeprecatedProperty occurrences="2">
1252+
<DeprecatedProperty occurrences="6">
1253+
<code>$this-&gt;testSuiteLoaderClass</code>
12371254
<code>$this-&gt;testSuiteLoaderClass</code>
1255+
<code>$this-&gt;testSuiteLoaderClass</code>
1256+
<code>$this-&gt;testSuiteLoaderFile</code>
1257+
<code>$this-&gt;testSuiteLoaderFile</code>
12381258
<code>$this-&gt;testSuiteLoaderFile</code>
12391259
</DeprecatedProperty>
12401260
<MissingParamType occurrences="1">
@@ -1308,9 +1328,6 @@
13081328
<MissingParamType occurrences="1">
13091329
<code>$variable</code>
13101330
</MissingParamType>
1311-
<PossiblyInvalidIterator occurrences="1">
1312-
<code>$constants['user']</code>
1313-
</PossiblyInvalidIterator>
13141331
</file>
13151332
<file src="src/Util/Json.php">
13161333
<MissingParamType occurrences="1">

tools/psalm

66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)