Skip to content

Commit

Permalink
Fix: Run 'make static-code-analysis-baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 30, 2021
1 parent 0342704 commit 2001460
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.4.1@9fd7a7d885b3a216cff8dec9d8c21a132f275224">
<files psalm-version="4.16.1@aa7e400908833b10c0333861f86cd48c510b60eb">
<file src="src/Constructs.php">
<MixedAssignment occurrences="1">
<code>$fileInfo</code>
</MixedAssignment>
<RedundantCast occurrences="1">
<code>\array_values</code>
</RedundantCast>
</file>
<file src="src/Exception/DirectoryDoesNotExist.php">
<MissingConstructor occurrences="1">
Expand Down

0 comments on commit 2001460

Please sign in to comment.