Psalm 1 #1288
Annotations
10 errors and 1 warning
Static analysis.:
src/Collector/Console/CommandCollector.php#L93
src/Collector/Console/CommandCollector.php:93:35: MixedArgument: Argument 1 of array_key_exists cannot be mixed, expecting array-key (see https://psalm.dev/030)
|
Static analysis.:
src/Collector/Console/CommandCollector.php#L107
src/Collector/Console/CommandCollector.php:107:27: MixedArrayAccess: Cannot access array value on mixed variable $commandEvent (see https://psalm.dev/051)
|
Static analysis.:
src/Collector/Console/CommandCollector.php#L108
src/Collector/Console/CommandCollector.php:108:28: MixedArrayAccess: Cannot access array value on mixed variable $commandEvent (see https://psalm.dev/051)
|
Static analysis.:
src/Collector/Console/CommandCollector.php#L108
src/Collector/Console/CommandCollector.php:108:74: MixedArrayAccess: Cannot access array value on mixed variable $commandEvent (see https://psalm.dev/051)
|
Static analysis.:
src/Collector/Console/CommandCollector.php#L109
src/Collector/Console/CommandCollector.php:109:28: MixedArrayAccess: Cannot access array value on mixed variable $commandEvent (see https://psalm.dev/051)
|
Static analysis.:
src/Collector/Console/CommandCollector.php#L110
src/Collector/Console/CommandCollector.php:110:31: MixedArrayAccess: Cannot access array value on mixed variable $commandEvent (see https://psalm.dev/051)
|
Static analysis.:
src/Collector/ContainerInterfaceProxy.php#L86
src/Collector/ContainerInterfaceProxy.php:86:34: MixedMethodCall: Cannot determine the type of $this->decorated when calling method get (see https://psalm.dev/015)
|
Static analysis.:
src/Collector/ContainerInterfaceProxy.php#L99
src/Collector/ContainerInterfaceProxy.php:99:61: MixedInferredReturnType: Could not verify return type 'null|object' for Yiisoft\Yii\Debug\Collector\ContainerInterfaceProxy::getServiceProxyCache (see https://psalm.dev/047)
|
Static analysis.:
src/Collector/ContainerInterfaceProxy.php#L101
src/Collector/ContainerInterfaceProxy.php:101:16: MixedReturnStatement: Possibly-mixed return value (see https://psalm.dev/138)
|
Static analysis.:
src/Collector/ContainerInterfaceProxy.php#L101
src/Collector/ContainerInterfaceProxy.php:101:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading