File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 >
3
29
<file src =" src/ContainerFactory/AbstractContainerFactory.php" >
4
30
<PossiblyInvalidArgument >
5
31
<code ><![CDATA[ $type]]> </code >
You can’t perform that action at this time.
0 commit comments