Skip to content

Lock file maintenance #190

Lock file maintenance

Lock file maintenance #190

Triggered via pull request August 24, 2023 07:43
Status Failure
Total duration 1m 27s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
12s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PossiblyInvalidArgument: src/Generator/ClassGenerator.php#L202
src/Generator/ClassGenerator.php:202:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: src/Generator/DocBlockGenerator.php#L73
src/Generator/DocBlockGenerator.php:73:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: src/Generator/FileGenerator.php#L103
src/Generator/FileGenerator.php:103:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: src/Generator/InterfaceGenerator.php#L96
src/Generator/InterfaceGenerator.php:96:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: src/Generator/MethodGenerator.php#L151
src/Generator/MethodGenerator.php:151:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: src/Generator/ParameterGenerator.php#L89
src/Generator/ParameterGenerator.php:89:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: src/Generator/PropertyGenerator.php#L131
src/Generator/PropertyGenerator.php:131:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
PossiblyInvalidArgument: src/Generator/TraitGenerator.php#L87
src/Generator/TraitGenerator.php:87:32: PossiblyInvalidArgument: Argument 1 of strtolower expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
DeprecatedMethod: test/Generator/AbstractGeneratorTest.php#L17
test/Generator/AbstractGeneratorTest.php:17:29: DeprecatedMethod: The method PHPUnit\Framework\TestCase::getMockForAbstractClass has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: test/Generator/AbstractGeneratorTest.php#L30
test/Generator/AbstractGeneratorTest.php:30:16: DeprecatedMethod: The method PHPUnit\Framework\TestCase::getMockForAbstractClass has been marked as deprecated (see https://psalm.dev/001)