Lock file maintenance #395
continuous-integration.yml
on: pull_request
Generate job matrix
10s
Matrix: QA Checks
Annotations
10 errors
TypeDoesNotContainType:
src/Check/AbstractFileCheck.php#L33
src/Check/AbstractFileCheck.php:33:13: TypeDoesNotContainType: Type Traversable<array-key, mixed> for Traversable<array-key, mixed> is always !Traversable (see https://psalm.dev/056)
|
MixedOperand:
src/Check/AbstractFileCheck.php#L35
src/Check/AbstractFileCheck.php:35:94: MixedOperand: Right operand cannot be mixed (see https://psalm.dev/059)
|
DocblockTypeContradiction:
src/Check/AbstractFileCheck.php#L39
src/Check/AbstractFileCheck.php:39:13: DocblockTypeContradiction: Docblock-defined type string for $files is always string (see https://psalm.dev/155)
|
TypeDoesNotContainType:
src/Check/ClassExists.php#L37
src/Check/ClassExists.php:37:13: TypeDoesNotContainType: Type Traversable<array-key, mixed> for Traversable<array-key, mixed> is always !Traversable (see https://psalm.dev/056)
|
MixedOperand:
src/Check/ClassExists.php#L39
src/Check/ClassExists.php:39:95: MixedOperand: Right operand cannot be mixed (see https://psalm.dev/059)
|
DocblockTypeContradiction:
src/Check/ClassExists.php#L43
src/Check/ClassExists.php:43:13: DocblockTypeContradiction: Docblock-defined type string for $classNames is always string (see https://psalm.dev/155)
|
InvalidArgument:
src/Check/CpuPerformance.php#L123
src/Check/CpuPerformance.php:123:20: InvalidArgument: Argument 1 of bcdiv expects numeric-string, but 1 provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Check/CpuPerformance.php#L127
src/Check/CpuPerformance.php:127:39: InvalidArgument: Argument 2 of bcdiv expects numeric-string, but 2 provided (see https://psalm.dev/004)
|
TypeDoesNotContainType:
src/Check/DirReadable.php#L34
src/Check/DirReadable.php:34:13: TypeDoesNotContainType: Type Traversable<array-key, mixed> for Traversable<array-key, mixed> is always !Traversable (see https://psalm.dev/056)
|
MixedOperand:
src/Check/DirReadable.php#L36
src/Check/DirReadable.php:36:93: MixedOperand: Right operand cannot be mixed (see https://psalm.dev/059)
|