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 Sep 8, 2023
1 parent afae224 commit 4b5e71b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions psalm-baseline.xml
Expand Up @@ -96,6 +96,11 @@
<code>WorkflowListener</code>
</UnusedClass>
</file>
<file src="src/Service/Composer.php">
<PossiblyUnusedMethod>
<code>getLockFilePath</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Service/GithubActionOutput.php">
<UnusedClass>
<code>GithubActionOutput</code>
Expand All @@ -111,4 +116,17 @@
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="tests/Unit/AbstractTestCase.php">
<PossiblyUnusedMethod>
<code>setUp</code>
</PossiblyUnusedMethod>
<UndefinedClass>
<code>TestCase</code>
</UndefinedClass>
</file>
<file src="tests/Unit/Service/ComposerTest.php">
<MissingDependency>
<code>AbstractTestCase</code>
</MissingDependency>
</file>
</files>

0 comments on commit 4b5e71b

Please sign in to comment.