Skip to content

Commit

Permalink
fix(staticanalysis): Add implicit string cast to baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 8, 2024
1 parent 6f8e746 commit ad3e629
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 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.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505">
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="lib/AppInfo/Application.php">
<DeprecatedInterface>
<code><![CDATA[$this->getContainer()]]></code>
Expand Down Expand Up @@ -1050,6 +1050,19 @@
<code><![CDATA[$directories !== null]]></code>
</RedundantConditionGivenDocblockType>
</file>
<file src="lib/Service/Logger.php">
<ImplicitToStringCast>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
</ImplicitToStringCast>
</file>
<file src="lib/Service/StorageService.php">
<MixedAssignment>
<code><![CDATA[$files]]></code>
Expand Down

0 comments on commit ad3e629

Please sign in to comment.