Skip to content

feat: Configurable Route Paths #140

feat: Configurable Route Paths

feat: Configurable Route Paths #140

Triggered via pull request December 8, 2023 17:33
@evansimsevansims
synchronize #436
Status Failure
Total duration 1m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: pull_request_target
Authorize
0s
Authorize
Configure
2s
Configure
Matrix: Prepare Dependencies
Matrix: Composer Normalize
Matrix: Composer Validate
Matrix: PEST
Matrix: PHP CS Fixer
Matrix: PHPStan
Matrix: Psalm
Matrix: Rector
Fit to window
Zoom out
Zoom in

Annotations

20 errors
PHPStan (8.1): src/ServiceAbstract.php#L58
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.1): src/ServiceAbstract.php#L59
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.1): src/ServiceAbstract.php#L60
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.1): src/ServiceProviderAbstract.php#L223
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.1): src/ServiceProviderAbstract.php#L224
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.1): src/ServiceProviderAbstract.php#L225
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.1)
Process completed with exit code 1.
PHP CS Fixer (8.2)
Process completed with exit code 8.
PHP CS Fixer (8.1)
Process completed with exit code 8.
PHPStan (8.2): src/ServiceAbstract.php#L58
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.2): src/ServiceAbstract.php#L59
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.2): src/ServiceAbstract.php#L60
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.2): src/ServiceProviderAbstract.php#L223
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.2): src/ServiceProviderAbstract.php#L224
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.2): src/ServiceProviderAbstract.php#L225
Parameter #1 $uri of static method Illuminate\Support\Facades\Route::get() expects string, mixed given.
PHPStan (8.2)
Process completed with exit code 1.
PossiblyInvalidCast: src/Controllers/LogoutControllerAbstract.php#L46
src/Controllers/LogoutControllerAbstract.php:46:31: PossiblyInvalidCast: Illuminate\Contracts\Routing\UrlGenerator cannot be cast to string (see https://psalm.dev/190)
Psalm (8.1)
Process completed with exit code 2.
PossiblyInvalidCast: src/Controllers/LogoutControllerAbstract.php#L46
src/Controllers/LogoutControllerAbstract.php:46:31: PossiblyInvalidCast: Illuminate\Contracts\Routing\UrlGenerator cannot be cast to string (see https://psalm.dev/190)
Psalm (8.2)
Process completed with exit code 2.