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 Aug 15, 2023
1 parent b4b7127 commit acc0f9a
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions psalm-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.14.0@b2942cefed8443002bd3f245c4cd0a54193716d8">
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
<file src="src/Command/AbstractCommand.php">
<PossiblyUnusedMethod>
<code>__construct</code>
Expand Down Expand Up @@ -29,10 +29,6 @@
<code>getContainer</code>
<code>main</code>
</PossiblyUnusedMethod>
<UnevaluatedCode>
<code><![CDATA[Container::getInstance()
->get(self::class)->run();]]></code>
</UnevaluatedCode>
<UnusedParam>
<code>$container</code>
</UnusedParam>
Expand All @@ -49,11 +45,6 @@
<code>$array</code>
</UnusedParam>
</file>
<file src="src/Contract/ToolInterface.php">
<PossiblyUnusedMethod>
<code>configuration</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Enum/OperatingSystem.php">
<UnusedClass>
<code>OperatingSystem</code>
Expand Down Expand Up @@ -123,44 +114,10 @@
</UnusedClass>
</file>
<file src="src/Listener/WorkflowListener.php">
<NoValue>
<code>$workflowTemplatePath</code>
</NoValue>
<UnusedClass>
<code>WorkflowListener</code>
</UnusedClass>
</file>
<file src="src/Option/ComposerDependency.php">
<InvalidConstantAssignmentValue>
<code><![CDATA[OPTIONS = [
self::HIGHEST=>true,
self::LOCKED=>true,
self::LOWEST=>true,
]]]></code>
</InvalidConstantAssignmentValue>
</file>
<file src="src/Option/Job.php">
<MixedReturnTypeCoercion>
<code><![CDATA[[
'name' => $this->name,
'command' => $this->command,
'os' => $this->os,
'php' => PhpVersion::TO_STRING[$this->php],
'dependency' => $this->dependency,
'experimental' => $this->experimental,
'extensions' => $this->extensions,
]]]></code>
<code><![CDATA[array{
* name:string,
* command:string,
* extensions:array<string>,
* os:string,
* php:string,
* dependency:string,
* experimental:bool
* }]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/Service/GithubActionOutput.php">
<InvalidArgument>
<code>$col ?? 0</code>
Expand Down

0 comments on commit acc0f9a

Please sign in to comment.