Skip to content

ci: add laravel pint #88

ci: add laravel pint

ci: add laravel pint #88

Triggered via push August 9, 2024 17:50
Status Failure
Total duration 51s
Artifacts
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
PHP 8.1: src/AuthProManager.php#L22
Class LaravelAuthPro\AuthProManager has an uninitialized readonly property $authProvidersClass. Assign it in the constructor.
PHP 8.1: src/AuthProManager.php#L27
Class LaravelAuthPro\AuthProManager has an uninitialized readonly property $authCredentialClass. Assign it in the constructor.
PHP 8.1: src/AuthProManager.php#L34
Method LaravelAuthPro\AuthProManager::getAuthProvidersConfiguration() should return array<class-string<LaravelAuthPro\Contracts\AuthProviderInterface>, class-string<LaravelAuthPro\Contracts\AuthProviderInterface>> but returns mixed.
PHP 8.1: src/AuthProManager.php#L37
Method LaravelAuthPro\AuthProManager::getDefaultSignInMethodsMapper() return type has no value type specified in iterable type array.
PHP 8.1: src/AuthProManager.php#L46
Method LaravelAuthPro\AuthProManager::getDefaultSignInMethodsMapper() should return array but returns mixed.
PHP 8.1: src/AuthProManager.php#L59
Class App\Models\User not found.
PHP 8.1: src/AuthProManager.php#L59
Method LaravelAuthPro\AuthProManager::getDefaultAuthenticatableModel() should return class-string<LaravelAuthPro\Contracts\AuthenticatableInterface> but returns mixed.
PHP 8.1: src/AuthResult.php#L58
Invalid type LaravelAuthPro\Contracts\AuthExceptionInterface|null to throw.
PHP 8.1: src/AuthService.php#L33
Call to an undefined method LaravelAuthPro\Contracts\Base\EntityBuilderInterface<mixed>::fromId().
PHP 8.1: src/AuthService.php#L47
Call to an undefined method LaravelAuthPro\Contracts\Base\EntityBuilderInterface<mixed>::successful().
PHP 8.2: src/AuthProManager.php#L22
Class LaravelAuthPro\AuthProManager has an uninitialized readonly property $authProvidersClass. Assign it in the constructor.
PHP 8.2: src/AuthProManager.php#L27
Class LaravelAuthPro\AuthProManager has an uninitialized readonly property $authCredentialClass. Assign it in the constructor.
PHP 8.2: src/AuthProManager.php#L34
Method LaravelAuthPro\AuthProManager::getAuthProvidersConfiguration() should return array<class-string<LaravelAuthPro\Contracts\AuthProviderInterface>, class-string<LaravelAuthPro\Contracts\AuthProviderInterface>> but returns mixed.
PHP 8.2: src/AuthProManager.php#L37
Method LaravelAuthPro\AuthProManager::getDefaultSignInMethodsMapper() return type has no value type specified in iterable type array.
PHP 8.2: src/AuthProManager.php#L46
Method LaravelAuthPro\AuthProManager::getDefaultSignInMethodsMapper() should return array but returns mixed.
PHP 8.2: src/AuthProManager.php#L59
Class App\Models\User not found.
PHP 8.2: src/AuthProManager.php#L59
Method LaravelAuthPro\AuthProManager::getDefaultAuthenticatableModel() should return class-string<LaravelAuthPro\Contracts\AuthenticatableInterface> but returns mixed.
PHP 8.2: src/AuthResult.php#L58
Invalid type LaravelAuthPro\Contracts\AuthExceptionInterface|null to throw.
PHP 8.2: src/AuthService.php#L33
Call to an undefined method LaravelAuthPro\Contracts\Base\EntityBuilderInterface<mixed>::fromId().
PHP 8.2: src/AuthService.php#L47
Call to an undefined method LaravelAuthPro\Contracts\Base\EntityBuilderInterface<mixed>::successful().
PHP 8.1
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP 8.2
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/