File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<phar name =" phpab" version =" ^1.25" installed =" 1.29.0" location =" ./tools/phpab" copy =" true" />
4
4
<phar name =" php-cs-fixer" version =" ^3.0" installed =" 3.39.0" location =" ./tools/php-cs-fixer" copy =" true" />
5
- <phar name =" psalm" version =" ^5.0" installed =" 5.15 .0" location =" ./tools/psalm" copy =" true" />
5
+ <phar name =" psalm" version =" ^5.0" installed =" 5.16 .0" location =" ./tools/psalm" copy =" true" />
6
6
<phar name =" humbug/php-scoper" version =" ^0.18.1" installed =" 0.18.9" location =" ./tools/php-scoper" copy =" true" />
7
7
<phar name =" composer" version =" ^2.0.3" installed =" 2.6.5" location =" ./tools/composer" copy =" true" />
8
8
</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.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d " >
2
+ <files psalm-version =" 5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591 " >
3
3
<file src =" src/Framework/Assert.php" >
4
4
<ArgumentTypeCoercion >
5
5
<code ><![CDATA[ $actualElement->childNodes->item($i)]]> </code >
941
941
);]]> </code >
942
942
<code ><![CDATA[ throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".');]]> </code >
943
943
</MissingThrowsDocblock >
944
+ <NoValue >
945
+ <code ><![CDATA[ $this->dataName]]> </code >
946
+ </NoValue >
944
947
<PossiblyNullPropertyAssignmentValue >
945
948
<code >$beStrictAboutChangesToGlobalState</code >
946
949
<code >null</code >
You can’t perform that action at this time.
0 commit comments