Apply fixes from StyleCI #312
Annotations
10 errors
|
src/PhpParserClassifier.php#L42
src/PhpParserClassifier.php:42:41: MixedAssignment: Unable to determine the type that $interface is being assigned to (see https://psalm.dev/032)
|
src/PhpParserClassifier.php#L43
src/PhpParserClassifier.php:43:13: MixedPropertyTypeCoercion: $new->interfaces expects 'array<array-key, string>', parent type `non-empty-array<array-key, mixed|string>` provided (see https://psalm.dev/196)
|
src/PhpParserClassifier.php#L51
src/PhpParserClassifier.php:51:41: MixedAssignment: Unable to determine the type that $attribute is being assigned to (see https://psalm.dev/032)
|
src/PhpParserClassifier.php#L52
src/PhpParserClassifier.php:52:13: MixedPropertyTypeCoercion: $new->attributes expects 'array<array-key, string>', parent type `non-empty-array<array-key, mixed|string>` provided (see https://psalm.dev/196)
|
src/PhpParserClassifier.php#L77
src/PhpParserClassifier.php:77:40: PossiblyNullArgument: Argument 1 of PhpParser\NodeTraverser::traverse cannot be null, possibly null value provided (see https://psalm.dev/078)
|
src/PhpParserClassifier.php#L81
src/PhpParserClassifier.php:81:13: MissingDocblockType: Misplaced variable (see https://psalm.dev/110)
|
src/PhpParserClassifier.php#L104
src/PhpParserClassifier.php:104:23: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
|
src/PhpParserClassifier.php#L104
src/PhpParserClassifier.php:104:47: MixedMethodCall: Cannot determine the type of $class->namespacedName when calling method toString (see https://psalm.dev/015)
|
|
The logs for this run have expired and are no longer available.
Loading