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 Jun 26, 2023
1 parent cc9dea8 commit 8a8c7bd
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion psalm-baseline.xml
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90">
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
<file src="src/Command/AbstractCommand.php">
<PossiblyUnusedMethod>
<code>__construct</code>
</PossiblyUnusedMethod>
<PossiblyUnusedReturnValue>
<code>int</code>
</PossiblyUnusedReturnValue>
</file>
<file src="src/Command/CheckCommand.php">
<UnusedClass>
Expand All @@ -26,6 +29,9 @@
<code>getContainer</code>
<code>main</code>
</PossiblyUnusedMethod>
<UnusedParam>
<code>$container</code>
</UnusedParam>
</file>
<file src="src/Configuration/ComplianceConfiguration.php">
<PossiblyUnusedMethod>
Expand All @@ -44,6 +50,16 @@
<code>configuration</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Enum/OperatingSystem.php">
<UnusedClass>
<code>OperatingSystem</code>
</UnusedClass>
</file>
<file src="src/Enum/PhpVersion.php">
<UnusedClass>
<code>PhpVersion</code>
</UnusedClass>
</file>
<file src="src/Event/AbstractEvent.php">
<PossiblyUnusedMethod>
<code>getOutput</code>
Expand Down

0 comments on commit 8a8c7bd

Please sign in to comment.