Skip to content

Bump symfony/process from 6.2.8 to 6.4.14 #53

Bump symfony/process from 6.2.8 to 6.4.14

Bump symfony/process from 6.2.8 to 6.4.14 #53

Triggered via push November 6, 2024 16:47
Status Failure
Total duration 1m 20s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/CompiledMapper.php#L12
Class Kiboko\Component\FastMap\CompiledMapper implements generic interface Kiboko\Contract\Mapping\MapperInterface but does not specify its types: InputType, OutputType, ReturnType
phpstan: src/CompiledMapper.php#L15
Property Kiboko\Component\FastMap\CompiledMapper::$mappers with generic interface Kiboko\Contract\Mapping\MapperInterface does not specify its types: InputType, OutputType, ReturnType
phpstan: src/CompiledMapper.php#L16
Property Kiboko\Component\FastMap\CompiledMapper::$compiledMapper with generic interface Kiboko\Contract\Mapping\MapperInterface does not specify its types: InputType, OutputType, ReturnType
phpstan: src/CompiledMapper.php#L18
Method Kiboko\Component\FastMap\CompiledMapper::__construct() has parameter $mappers with generic interface Kiboko\Contract\Mapping\MapperInterface but does not specify its types: InputType, OutputType, ReturnType
phpstan: src/CompiledMapper.php#L28
Strict comparison using === between null and Kiboko\Contract\Mapping\MapperInterface will always evaluate to false.
phpstan: src/Compiler/Builder/ArrayInitialisationPreconditionBuilder.php#L14
Property Kiboko\Component\FastMap\Compiler\Builder\ArrayInitialisationPreconditionBuilder::$propertyPath is never read, only written.
phpstan: src/Compiler/Builder/CompositeInitialisationPreconditionBuilder.php#L16
Property Kiboko\Component\FastMap\Compiler\Builder\CompositeInitialisationPreconditionBuilder::$metadata is never read, only written.
phpstan: src/Compiler/Builder/CompositeInitialisationPreconditionBuilder.php#L32
Call to function is_int() with string will always evaluate to false.
phpstan: src/Compiler/Builder/CompositeInitialisationPreconditionBuilder.php#L41
Call to function is_int() with string will always evaluate to false.
phpstan: src/Compiler/Builder/CompositeInitialisationPreconditionBuilder.php#L41
Parameter #2 $name of class PhpParser\Node\Expr\PropertyFetch constructor expects PhpParser\Node\Expr|PhpParser\Node\Identifier|string, PhpParser\Node\Name given.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/