Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
  • Loading branch information
Xerkus committed Jan 10, 2024
1 parent 84edc0f commit 7bd2ac1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
22 changes: 0 additions & 22 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.18.0@b113f3ed0259fd6e212d87c3df80eec95a6abf19">
<file src="config/pipeline.php">
<UnusedClosureParam>
<code>$container</code>
<code>$factory</code>
</UnusedClosureParam>
</file>
<file src="public/index.php">
<MissingFile>
<code><![CDATA[require 'config/container.php']]></code>
<code><![CDATA[require 'config/routes.php']]></code>
</MissingFile>
<MixedArgument>
<code>$factory</code>
</MixedArgument>
<MixedAssignment>
<code>$factory</code>
</MixedAssignment>
<PossiblyUndefinedArrayOffset>
<code><![CDATA[$_SERVER['SCRIPT_FILENAME']]]></code>
</PossiblyUndefinedArrayOffset>
</file>
<file src="src/MezzioInstaller/OptionalPackages.php">
<ArgumentTypeCoercion>
<code><![CDATA[$this->stabilityFlags]]></code>
Expand Down Expand Up @@ -84,7 +63,6 @@
</PossiblyInvalidIterator>
<PossiblyNullArgument>
<code>$content</code>
<code>$phpunitConfig</code>
</PossiblyNullArgument>
<PossiblyUnusedMethod>
<code>install</code>
Expand Down
1 change: 0 additions & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<projectFiles>
<directory name="src"/>
<directory name="test"/>
<directory name="public"/>
<ignoreFiles>
<directory name="src/MezzioInstaller/Resources"/>
<directory name="vendor"/>
Expand Down

0 comments on commit 7bd2ac1

Please sign in to comment.