fix: Fix LazyServiceFactory to handle exception in constructor #1073
Annotations
6 errors and 1 warning
Psalm [8.1, locked]:
test/Proxy/LazyServiceFactoryTest.php#L102
test/Proxy/LazyServiceFactoryTest.php:102:22: MissingClosureReturnType: Closure does not have a return type, expecting never (see https://psalm.dev/068)
|
Psalm [8.1, locked]:
test/Proxy/LazyServiceFactoryTest.php#L105
test/Proxy/LazyServiceFactoryTest.php:105:24: MissingClosureReturnType: Closure does not have a return type, expecting true (see https://psalm.dev/068)
|
Psalm [8.1, locked]:
test/Proxy/LazyServiceFactoryTest.php#L127
test/Proxy/LazyServiceFactoryTest.php:127:34: MissingClosureParamType: Parameter $className has no provided type (see https://psalm.dev/153)
|
Psalm [8.1, locked]:
test/Proxy/LazyServiceFactoryTest.php#L127
test/Proxy/LazyServiceFactoryTest.php:127:46: MissingClosureParamType: Parameter $initializer has no provided type (see https://psalm.dev/153)
|
Psalm [8.1, locked]:
test/Proxy/LazyServiceFactoryTest.php#L130
test/Proxy/LazyServiceFactoryTest.php:130:21: UnusedVariable: $wrappedInstance is never referenced or the value is not used (see https://psalm.dev/077)
|
Psalm [8.1, locked]:
test/Proxy/LazyServiceFactoryTest.php#L133
test/Proxy/LazyServiceFactoryTest.php:133:25: MixedFunctionCall: Cannot call function on mixed (see https://psalm.dev/185)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading