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 28, 2021
1 parent 8f9711e commit f98f2bb
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 f98f2bb

Please sign in to comment.