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 Apr 9, 2024
1 parent d3a3193 commit 9adb2dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions psalm-baseline.xml
Expand Up @@ -397,10 +397,6 @@
<MissingOverrideAttribute>
<code><![CDATA[public function __invoke(ContainerInterface $container, array $arguments = []): SymfonyApplication]]></code>
</MissingOverrideAttribute>
<MixedArgument>
<code><![CDATA[InstalledVersions::getPrettyVersion(Compliance::PACKAGE) ??
throw new RuntimeException('Unable to determine version!')]]></code>
</MixedArgument>
</file>
<file src="src/Interface/Composer/DependencyInterface.php">
<MissingOverrideAttribute>
Expand Down Expand Up @@ -479,12 +475,17 @@
<code><![CDATA[$contents['require']['php'] ?? '*']]></code>
<code><![CDATA[$contents['require-dev'] ?? []]]></code>
<code><![CDATA[$this->contents['license']]]></code>
<code><![CDATA[$this->contents['name']]]></code>
<code><![CDATA[$this->contents['version'] ??
InstalledVersions::getPrettyVersion($this->contents['name'])]]></code>
</MixedArgument>
<MixedAssignment>
<code><![CDATA[$dependency]]></code>
</MixedAssignment>
<PossiblyNullArgument>
<code><![CDATA[$this->contents['version'] ??
InstalledVersions::getPrettyVersion($this->contents['name'])]]></code>
</PossiblyNullArgument>
<PossiblyUnusedMethod>
<code><![CDATA[getComposerJsonPath]]></code>
<code><![CDATA[getContents]]></code>
Expand Down

0 comments on commit 9adb2dc

Please sign in to comment.