File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<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" />
5
5
<phar name =" composer" version =" ^2.0.3" installed =" 2.5.5" location =" ./tools/composer" copy =" true" />
6
6
</phive >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <files psalm-version =" 5.8 .0@9cf4f60a333f779ad3bc704a555920e81d4fdcda " >
2
+ <files psalm-version =" 5.9 .0@8b9ad1eb9e8b7d3101f949291da2b9f7767cd163 " >
3
3
<file src =" src/CodeCoverage.php" >
4
4
<ArgumentTypeCoercion >
5
5
<code >$tmp[0]</code >
65
65
</UnsupportedReferenceUsage >
66
66
</file >
67
67
<file src =" src/Node/Directory.php" >
68
- <InvalidPropertyAssignmentValue >
69
- <code ><![CDATA[ $this->directories]]> </code >
70
- <code ><![CDATA[ $this->files]]> </code >
71
- </InvalidPropertyAssignmentValue >
72
68
<MissingTemplateParam >
73
69
<code >IteratorAggregate</code >
74
70
</MissingTemplateParam >
71
+ <PropertyTypeCoercion >
72
+ <code ><![CDATA[ $this->directories]]> </code >
73
+ <code ><![CDATA[ $this->files]]> </code >
74
+ </PropertyTypeCoercion >
75
75
<UnsupportedReferenceUsage >
76
76
<code ><![CDATA[ $this->directories[] = &$this->children[count($this->children) - 1]]]> </code >
77
77
<code ><![CDATA[ $this->files[] = &$this->children[count($this->children) - 1]]]> </code >
You can’t perform that action at this time.
0 commit comments