feat: Configurable Route Paths #141
tests.yml
on: pull_request_target
Authorize
0s
Matrix: Prepare Dependencies
Matrix: Composer Normalize
Matrix: Composer Validate
Matrix: PEST
Matrix: PHP CS Fixer
Matrix: PHPStan
Matrix: Psalm
Matrix: Rector
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.1)
Process completed with exit code 8.
|
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.
|
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.
|
PHP CS Fixer (8.2)
Process completed with exit code 8.
|
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.
|