Skip to content

Commit

Permalink
Update psalm-baseline.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jan 23, 2024
1 parent 46c4a05 commit 8ec1bfa
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,13 @@
</file>
<file src="tests/Unit/Command/TestifyCommandTest.php">
<UnusedParam>
<code>$fakerGenerator</code>
<code>$filesystem</code>
<code>$input</code>
<code>$output</code>
<code>$phpFileFinder</code>
<code>$testBuilder</code>
</UnusedParam>
</file>
<file src="tests/Unit/DirectoryTest.php">
<UnusedParam>
<code>$input</code>
<code>$path</code>
</UnusedParam>
</file>
<file src="tests/Unit/FilesystemTest.php">
<UnusedParam>
<code>$content</code>
Expand Down Expand Up @@ -234,13 +227,22 @@
<code>$skip</code>
</UnusedParam>
</file>
<file src="tests/Unit/ProjectTest.php">
<UnusedParam>
<code>$dryRun</code>
<code>$input</code>
<code>$source</code>
<code>$tests</code>
</UnusedParam>
</file>
<file src="tests/Unit/TestBuilderTest.php">
<UnusedParam>
<code>$builderFactory</code>
<code>$file</code>
<code>$file</code>
<code>$printer</code>
<code>$projectAnalyzer</code>
<code>$testsDirectory</code>
<code>$traverser</code>
</UnusedParam>
</file>
Expand Down

0 comments on commit 8ec1bfa

Please sign in to comment.