Skip to content

Commit 75f965d

Browse files
committed
Remove unused baseline entry
1 parent 182abbb commit 75f965d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

known-issues.xml

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
3+
<file src="src/Bootstrap/ServiceWiringListener.php">
4+
<MixedArgument>
5+
<code><![CDATA[$service]]></code>
6+
</MixedArgument>
7+
<MixedAssignment>
8+
<code><![CDATA[$service]]></code>
9+
</MixedAssignment>
10+
<MixedReturnTypeCoercion>
11+
<code><![CDATA[ServiceFromServiceDefinition<T>]]></code>
12+
<code><![CDATA[new class($service, $serviceDefinition) implements ServiceFromServiceDefinition {
13+
public function __construct(
14+
private readonly object $service,
15+
private readonly ServiceDefinition $definition
16+
) {
17+
}
18+
19+
public function service() : object {
20+
return $this->service;
21+
}
22+
23+
public function definition() : ServiceDefinition {
24+
return $this->definition;
25+
}
26+
}]]></code>
27+
</MixedReturnTypeCoercion>
28+
</file>
329
<file src="src/ContainerFactory/AbstractContainerFactory.php">
430
<PossiblyInvalidArgument>
531
<code><![CDATA[$type]]></code>

0 commit comments

Comments
 (0)