Skip to content

Commit 153f70e

Browse files
Merge branch '10.0'
2 parents a99717b + 221a4ca commit 153f70e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.phive/phars.xml

+1-1
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">
33
<phar name="php-cs-fixer" version="^3.0" installed="3.15.1" location="./tools/php-cs-fixer" copy="true"/>
4-
<phar name="psalm" version="^5.0" installed="5.8.0" location="./tools/psalm" copy="true"/>
4+
<phar name="psalm" version="^5.0" installed="5.9.0" location="./tools/psalm" copy="true"/>
55
<phar name="composer" version="^2.0.3" installed="2.5.5" location="./tools/composer" copy="true"/>
66
</phive>

.psalm/baseline.xml

+5-5
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.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda">
2+
<files psalm-version="5.9.0@8b9ad1eb9e8b7d3101f949291da2b9f7767cd163">
33
<file src="src/CodeCoverage.php">
44
<ArgumentTypeCoercion>
55
<code>$tmp[0]</code>
@@ -65,13 +65,13 @@
6565
</UnsupportedReferenceUsage>
6666
</file>
6767
<file src="src/Node/Directory.php">
68-
<InvalidPropertyAssignmentValue>
69-
<code><![CDATA[$this->directories]]></code>
70-
<code><![CDATA[$this->files]]></code>
71-
</InvalidPropertyAssignmentValue>
7268
<MissingTemplateParam>
7369
<code>IteratorAggregate</code>
7470
</MissingTemplateParam>
71+
<PropertyTypeCoercion>
72+
<code><![CDATA[$this->directories]]></code>
73+
<code><![CDATA[$this->files]]></code>
74+
</PropertyTypeCoercion>
7575
<UnsupportedReferenceUsage>
7676
<code><![CDATA[$this->directories[] = &$this->children[count($this->children) - 1]]]></code>
7777
<code><![CDATA[$this->files[] = &$this->children[count($this->children) - 1]]]></code>

tools/psalm

235 KB
Binary file not shown.

0 commit comments

Comments
 (0)