Merge branch 'refs/heads/master' into new-frontend #240
Annotations
10 errors and 1 warning
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L143
src/Handler/Router/Router.php:143:9: MixedAssignment: Unable to determine the type that $queryName is being assigned to (see https://psalm.dev/032)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L143
src/Handler/Router/Router.php:143:22: UndefinedVariable: Cannot find referenced variable $queryParam (see https://psalm.dev/024)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L143
src/Handler/Router/Router.php:143:22: MixedPropertyFetch: Cannot fetch property on mixed var $queryParam (see https://psalm.dev/034)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L144
src/Handler/Router/Router.php:144:20: MixedArrayTypeCoercion: Coercion from array offset type 'mixed|non-empty-string' to the expected type 'array-key' (see https://psalm.dev/195)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L144
src/Handler/Router/Router.php:144:20: MixedArrayOffset: Cannot access value on variable $params using mixed offset (see https://psalm.dev/031)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L147
src/Handler/Router/Router.php:147:17: MixedArgument: Argument 2 of sprintf cannot be mixed|non-empty-string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L153
src/Handler/Router/Router.php:153:9: MixedAssignment: Unable to determine the type that $value is being assigned to (see https://psalm.dev/032)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L159
src/Handler/Router/Router.php:159:34: DocblockTypeContradiction: ReflectionNamedType|ReflectionType does not contain null (see https://psalm.dev/155)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L159
src/Handler/Router/Router.php:159:34: MixedArgument: Argument 1 of ltrim cannot be ''|mixed, expecting string (see https://psalm.dev/030)
|
🔍 Run static analysis using vimeo/psalm:
src/Handler/Router/Router.php#L159
src/Handler/Router/Router.php:159:39: PossiblyUndefinedMethod: Method ReflectionType::getName does not exist (see https://psalm.dev/108)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading