Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32c31f6

Browse files
committedMay 25, 2023
Merge branch '9.2'
2 parents db1497e + 1006632 commit 32c31f6

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed
 

‎.phive/phars.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="php-cs-fixer" version="^3.0" installed="3.16.0" location="./tools/php-cs-fixer" copy="true"/>
4-
<phar name="psalm" version="^5.0" installed="5.11.0" location="./tools/psalm" copy="true"/>
5-
<phar name="composer" version="^2.0.3" installed="2.5.5" location="./tools/composer" copy="true"/>
3+
<phar name="php-cs-fixer" version="^3.0" installed="3.17.0" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="psalm" version="^5.0" installed="5.12.0" location="./tools/psalm" copy="true"/>
5+
<phar name="composer" version="^2.0.3" installed="2.5.7" location="./tools/composer" copy="true"/>
66
</phive>

‎.psalm/baseline.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90">
2+
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
33
<file src="src/CodeCoverage.php">
44
<ArgumentTypeCoercion>
55
<code>$tmp[0]</code>
@@ -246,5 +246,9 @@
246246
<code><![CDATA[assert(isset($node->namespacedName))]]></code>
247247
<code><![CDATA[assert(isset($parameter->var->name))]]></code>
248248
</RedundantConditionGivenDocblockType>
249+
<UnsupportedPropertyReferenceUsage>
250+
<code><![CDATA[$storage = &$this->classes]]></code>
251+
<code><![CDATA[$storage = &$this->traits]]></code>
252+
</UnsupportedPropertyReferenceUsage>
249253
</file>
250254
</files>

‎tools/composer

3.15 KB
Binary file not shown.

‎tools/php-cs-fixer

17 KB
Binary file not shown.

‎tools/psalm

11 KB
Binary file not shown.

0 commit comments

Comments
 (0)