feat: Add PHP version validation functionality #255
continuous-integration.yml
on: pull_request
Matrix: unit-tests
Matrix: behaviour-tests
Matrix: build-phar / build-phar
Waiting for pending jobs
Annotations
6 errors
coding-standards
Process completed with exit code 2.
|
PossiblyUnusedMethod:
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php#L266
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php:266:28: PossiblyUnusedMethod: Cannot find any calls to method Php\PieUnitTest\Platform\TargetPhp\PhpBinaryPathTest::validMinimumVersionProvider (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php#L281
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php:281:28: PossiblyUnusedMethod: Cannot find any calls to method Php\PieUnitTest\Platform\TargetPhp\PhpBinaryPathTest::invalidMinimumVersionProvider (see https://psalm.dev/087)
|
ArgumentTypeCoercion:
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php#L300
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php:300:36: ArgumentTypeCoercion: Argument 1 of Php\Pie\Platform\TargetPhp\PhpBinaryPath::assertMinimumVersion expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php#L316
test/unit/Platform/TargetPhp/PhpBinaryPathTest.php:316:36: ArgumentTypeCoercion: Argument 1 of Php\Pie\Platform\TargetPhp\PhpBinaryPath::assertMinimumVersion expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
static-analysis
Process completed with exit code 2.
|