Skip to content

Commit

Permalink
Merge pull request #854 from ergebnis/fix/baseline
Browse files Browse the repository at this point in the history
Fix: Run `make static-code-analysis-baseline`
  • Loading branch information
localheinz committed Dec 28, 2021
2 parents 8f9711e + f98f2bb commit 0f62c48
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions psalm-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="v4.14.0@14dcbc908ab2625cd7a74258ee6c740cbecc6140">
<files psalm-version="4.16.1@aa7e400908833b10c0333861f86cd48c510b60eb">
<file src="src/Command/NormalizeCommand.php">
<MissingPropertyType occurrences="4">
<code>$differ</code>
Expand Down Expand Up @@ -48,9 +48,4 @@
<code>$decoded</code>
</MixedAssignment>
</file>
<file src="test/Util/File.php">
<PropertyNotSetInConstructor occurrences="1">
<code>$path</code>
</PropertyNotSetInConstructor>
</file>
</files>

0 comments on commit 0f62c48

Please sign in to comment.