Skip to content

Commit

Permalink
Remove unused baseline entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cspray committed Nov 10, 2024
1 parent 182abbb commit 75f965d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions known-issues.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/Bootstrap/ServiceWiringListener.php">
<MixedArgument>
<code><![CDATA[$service]]></code>
</MixedArgument>
<MixedAssignment>
<code><![CDATA[$service]]></code>
</MixedAssignment>
<MixedReturnTypeCoercion>
<code><![CDATA[ServiceFromServiceDefinition<T>]]></code>
<code><![CDATA[new class($service, $serviceDefinition) implements ServiceFromServiceDefinition {
public function __construct(
private readonly object $service,
private readonly ServiceDefinition $definition
) {
}
public function service() : object {
return $this->service;
}
public function definition() : ServiceDefinition {
return $this->definition;
}
}]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/ContainerFactory/AbstractContainerFactory.php">
<PossiblyInvalidArgument>
<code><![CDATA[$type]]></code>
Expand Down

0 comments on commit 75f965d

Please sign in to comment.