Skip to content

test: comment flaky test #291

test: comment flaky test

test: comment flaky test #291

Triggered via pull request February 25, 2024 20:30
Status Failure
Total duration 55s
Artifacts

static.yml

on: pull_request
Matrix: phpstan
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
phpstan (8.2): src/Services/Webauthn/CredentialAssertionValidator.php#L19
Parameter $loader of method LaravelWebauthn\Services\Webauthn\CredentialAssertionValidator::__construct() has typehint with deprecated class Webauthn\PublicKeyCredentialLoader: since 4.8.0 and will be removed in 5.0.0. Please use the Symfony serializer instead
phpstan (8.2): src/Services/Webauthn/CredentialAssertionValidator.php#L36
Call to deprecated method loadArray() of class Webauthn\PublicKeyCredentialLoader: since 4.8.0 and will be removed in 5.0.0. Please use {self::load} instead
phpstan (8.2): src/Services/Webauthn/CredentialAssertionValidator.php#L58
Call to deprecated method createFromArray() of class Webauthn\PublicKeyCredentialRequestOptions: since 4.8.0. Please use {Webauthn\Denormalizer\WebauthnSerializerFactory} for converting the object.
phpstan (8.2): src/Services/Webauthn/CredentialAttestationValidator.php#L18
Parameter $loader of method LaravelWebauthn\Services\Webauthn\CredentialAttestationValidator::__construct() has typehint with deprecated class Webauthn\PublicKeyCredentialLoader: since 4.8.0 and will be removed in 5.0.0. Please use the Symfony serializer instead
phpstan (8.2): src/Services/Webauthn/CredentialAttestationValidator.php#L35
Call to deprecated method loadArray() of class Webauthn\PublicKeyCredentialLoader: since 4.8.0 and will be removed in 5.0.0. Please use {self::load} instead
phpstan (8.2): src/Services/Webauthn/CredentialAttestationValidator.php#L53
Call to deprecated method createFromArray() of class Webauthn\PublicKeyCredentialCreationOptions: since 4.8.0. Please use {Webauthn\Denormalizer\WebauthnSerializerFactory} for converting the object.
phpstan (8.2): src/WebauthnServiceProvider.php#L193
Call to deprecated method setCounterChecker() of class Webauthn\AuthenticatorAssertionResponseValidator: since 4.8.0 and will be removed in 5.0.0. Please inject a CheckCounter object into a CeremonyStepManager instead.
phpstan (8.2): src/WebauthnServiceProvider.php#L220
Fetching class constant class of deprecated class Webauthn\PublicKeyCredentialLoader: since 4.8.0 and will be removed in 5.0.0. Please use the Symfony serializer instead
phpstan (8.2): src/WebauthnServiceProvider.php#L221
Instantiation of deprecated class Webauthn\PublicKeyCredentialLoader: since 4.8.0 and will be removed in 5.0.0. Please use the Symfony serializer instead
phpstan (8.2)
Process completed with exit code 1.
phpstan (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
psalm (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.