Bump symfony/process from 6.2.8 to 6.4.14 #10
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.
|
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/
|
Loading