Fix code markup in documentation #251
Annotations
4 errors and 1 warning
PHPStan:
src/EventListener/SignedCookieListener.php#L55
Parameter #1 $signedValue of method Nelmio\SecurityBundle\Signer\SignerInterface::verifySignedValue() expects string, string|null given.
|
PHPStan:
src/EventListener/SignedCookieListener.php#L56
Parameter #1 $signedValue of method Nelmio\SecurityBundle\Signer\SignerInterface::getVerifiedRawValue() expects string, string|null given.
|
PHPStan:
tests/Listener/FlexibleSslListenerTest.php#L67
Call to method PHPUnit\Framework\Assert::assertInstanceOf() with 'Symfony\\Component\\HttpFoundation\\Response' and Symfony\Component\HttpFoundation\Response will always evaluate to true.
|
PHPStan
Process completed with exit code 1.
|
PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|