Skip to content

Bump symfony/process from 6.2.8 to 6.4.14 #69

Bump symfony/process from 6.2.8 to 6.4.14

Bump symfony/process from 6.2.8 to 6.4.14 #69

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

phpstan7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Annotated/ClassTypeMetadata.php#L106
Method Kiboko\Component\Metadata\Annotated\ClassTypeMetadata::__toString() should return class-string<Subject of object> but returns string.
phpstan: src/ArgumentListMetadata.php#L20
Property Kiboko\Component\Metadata\ArgumentListMetadata::$arguments (array<int, Kiboko\Contract\Metadata\ArgumentMetadataInterface>) does not accept array<int|string, Kiboko\Contract\Metadata\ArgumentMetadataInterface>.
phpstan: src/ArrayTypeMetadata.php#L9
Class Kiboko\Component\Metadata\ArrayTypeMetadata implements generic interface IteratorAggregate but does not specify its types: TKey, TValue
phpstan: src/ArrayTypeMetadata.php#L19
Method Kiboko\Component\Metadata\ArrayTypeMetadata::getIterator() return type with generic class ArrayIterator does not specify its types: TKey, TValue
phpstan: src/ArrayTypeMetadata.php#L21
Parameter #1 $array of class ArrayIterator constructor expects array<TKey of (int|string), TValue>, iterable<Kiboko\Component\Metadata\ArrayEntryMetadata> given.
phpstan: src/ClassFieldsTrait.php (in context of class Kiboko/Component/Metadata/ClassTypeMetadata)#L46
Property Kiboko\Component\Metadata\ClassTypeMetadata<Subject of object>::$fields (array<int, Kiboko\Contract\Metadata\FieldMetadataInterface<object>>) does not accept non-empty-array<int|string, Kiboko\Contract\Metadata\FieldMetadataInterface<object>>.
phpstan: src/ClassFieldsTrait.php (in context of class Kiboko/Component/Metadata/CollectionTypeMetadata)#L46
Property Kiboko\Component\Metadata\CollectionTypeMetadata<Subject of object>::$fields (array<int, Kiboko\Contract\Metadata\FieldMetadataInterface<object>>) does not accept non-empty-array<int|string, Kiboko\Contract\Metadata\FieldMetadataInterface<object>>.
phpstan: src/ClassMetadataBuilder.php#L34
Parameter #1 $className of method Kiboko\Component\Metadata\ClassMetadataBuilder::buildFromFQCN() expects class-string<object>, string given.
phpstan: src/ClassMetadataBuilder.php#L34
Unable to resolve the template type Subject in call to method Kiboko\Component\Metadata\ClassMetadataBuilder::buildFromFQCN()
phpstan: src/ClassMetadataBuilder.php#L80
Parameter #1 ...$methods of method Kiboko\Component\Metadata\ClassTypeMetadata<Subject of object>::addMethods() expects Kiboko\Contract\Metadata\MethodMetadataInterface<object>, Kiboko\Contract\Metadata\TypeMetadataInterface 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/