Skip to content

feat: make signature generation more flexible by allowing relative URLs #1765

feat: make signature generation more flexible by allowing relative URLs

feat: make signature generation more flexible by allowing relative URLs #1765

Status Failure
Total duration 38s
Artifacts

ci.yaml

on: pull_request
composer-validate  /  Validate composer.json
11s
composer-validate / Validate composer.json
cs  /  PHP CS Fixer
15s
cs / PHP CS Fixer
sca  /  PHPStan
29s
sca / PHPStan
Matrix: test / phpunit
Fit to window
Zoom out
Zoom in

Annotations

16 errors
test / PHP 8.4, highest deps,
Process completed with exit code 1.
test / PHP 8.1.0, lowest deps, --prefer-lowest
Process completed with exit code 1.
test / PHP 8.3, highest deps, --prefer-stable
Process completed with exit code 1.
test / PHP 8.1, highest deps, --prefer-stable
Process completed with exit code 1.
test / PHP 8.2, highest deps, --prefer-stable
Process completed with exit code 1.
test / PHP 8.4, highest deps, --prefer-stable
Process completed with exit code 1.
sca / PHPStan: tests/AcceptanceTests/VerifyEmailAcceptanceTest.php#L220
Property SymfonyCasts\Bundle\VerifyEmail\Tests\AcceptanceTests\VerifyEmailAcceptanceFixture::$uriSigner has unknown class Symfony\Component\HttpKernel\UriSigner as its type.
sca / PHPStan: tests/AcceptanceTests/VerifyEmailAcceptanceTest.php#L220
Parameter $uriSigner of method SymfonyCasts\Bundle\VerifyEmail\Tests\AcceptanceTests\VerifyEmailAcceptanceFixture::__construct() has invalid type Symfony\Component\HttpKernel\UriSigner.
sca / PHPStan: tests/AcceptanceTests/VerifyEmailAcceptanceTest.php#L47
Call to method sign() on an unknown class Symfony\Component\HttpKernel\UriSigner.
sca / PHPStan: tests/AcceptanceTests/VerifyEmailAcceptanceTest.php#L0
Ignored error pattern #^Call to method PHPUnit\\Framework\\Assert::assertTrue\(\) with true and 'Test correctly does.*' will always evaluate to true\.$# in path /home/runner/work/verify-email-bundle/verify-email-bundle/tests/AcceptanceTests/VerifyEmailAcceptanceTest.php was not matched in reported errors.
sca / PHPStan: src/VerifyEmailHelper.php#L147
Call to method sign() on an unknown class Symfony\Component\HttpKernel\UriSigner.
sca / PHPStan: src/VerifyEmailHelper.php#L77
Call to method check() on an unknown class Symfony\Component\HttpKernel\UriSigner.
sca / PHPStan: src/VerifyEmailHelper.php#L33
Property SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper::$uriSigner has unknown class Symfony\Component\HttpKernel\UriSigner as its type.
sca / PHPStan: src/VerifyEmailHelper.php#L0
Ignored error pattern #^Instanceof between Symfony\\Component\\HttpFoundation\\UriSigner and Symfony\\Component\\HttpFoundation\\UriSigner will always evaluate to true\.$# in path /home/runner/work/verify-email-bundle/verify-email-bundle/src/VerifyEmailHelper.php was not matched in reported errors.
sca / PHPStan: src/Factory/UriSignerFactory.php#L43
Instantiated class Symfony\Component\HttpKernel\UriSigner not found.
sca / PHPStan: src/Factory/UriSignerFactory.php#L37
Method SymfonyCasts\Bundle\VerifyEmail\Factory\UriSignerFactory::createUriSigner() has invalid return type Symfony\Component\HttpKernel\UriSigner.