Skip to content

Commit

Permalink
Merge branch '9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 2, 2023
2 parents be1fe46 + 9e1baee commit a657757
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^3.0" installed="3.22.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.13.1" location="./tools/psalm" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.14.1" location="./tools/psalm" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.5.8" location="./tools/composer" copy="true"/>
</phive>
12 changes: 11 additions & 1 deletion .psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
<file src="src/CodeCoverage.php">
<ArgumentTypeCoercion>
<code>$tmp[0]</code>
Expand Down Expand Up @@ -116,6 +116,16 @@
<code><![CDATA[$data['testedMethodsPercentAsString']]]></code>
</PossiblyUndefinedArrayOffset>
</file>
<file src="src/Report/Html/Renderer/Dashboard.php">
<PossiblyInvalidArgument>
<code><![CDATA[str_replace($baseLink, '', $class['link'])]]></code>
<code><![CDATA[str_replace($baseLink, '', $classes[$className]['link'])]]></code>
<code><![CDATA[str_replace($baseLink, '', $classes[$className]['link'])]]></code>
<code><![CDATA[str_replace($baseLink, '', $classes[$class]['methods'][$method]['link'])]]></code>
<code><![CDATA[str_replace($baseLink, '', $classes[$class]['methods'][$method]['link'])]]></code>
<code><![CDATA[str_replace($baseLink, '', $method['link'])]]></code>
</PossiblyInvalidArgument>
</file>
<file src="src/Report/Html/Renderer/File.php">
<InvalidArgument>
<code><![CDATA[[
Expand Down
Binary file modified tools/psalm
Binary file not shown.

0 comments on commit a657757

Please sign in to comment.