Skip to content

feat: Allow logging channel configuration for webauthn #252

feat: Allow logging channel configuration for webauthn

feat: Allow logging channel configuration for webauthn #252

Triggered via pull request September 3, 2023 13:07
Status Failure
Total duration 3m 25s
Artifacts

static.yml

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

Annotations

8 errors and 1 warning
phpstan (8.2): src/Services/Webauthn/CreationOptionsFactory.php#L43
Parameter $repository of method LaravelWebauthn\Services\Webauthn\CreationOptionsFactory::__construct() has typehint with deprecated interface Webauthn\PublicKeyCredentialSourceRepository.
phpstan (8.2): src/Services/Webauthn/CredentialRepository.php#L16
Class LaravelWebauthn\Services\Webauthn\CredentialRepository implements deprecated interface Webauthn\PublicKeyCredentialSourceRepository.
phpstan (8.2): src/Services/Webauthn/OptionsFactory.php#L33
Parameter $repository of method LaravelWebauthn\Services\Webauthn\OptionsFactory::__construct() has typehint with deprecated interface Webauthn\PublicKeyCredentialSourceRepository.
phpstan (8.2): src/Services/Webauthn/RequestOptionsFactory.php#L27
Parameter $repository of method LaravelWebauthn\Services\Webauthn\RequestOptionsFactory::__construct() has typehint with deprecated interface Webauthn\PublicKeyCredentialSourceRepository.
phpstan (8.2): src/WebauthnServiceProvider.php#L138
Fetching class constant class of deprecated class Webauthn\PublicKeyCredentialSourceRepository.
phpstan (8.2): src/WebauthnServiceProvider.php#L200
Fetching class constant class of deprecated class Webauthn\PublicKeyCredentialSourceRepository.
phpstan (8.2): src/WebauthnServiceProvider.php#L210
Fetching class constant class of deprecated class Webauthn\PublicKeyCredentialSourceRepository.
phpstan (8.2)
Process completed with exit code 1.
phpstan (8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/