Skip to content

Various updates

Various updates #262

Triggered via push October 17, 2024 22:59
Status Failure
Total duration 1m 15s
Artifacts

test-suite.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
Coding Standards
Process completed with exit code 8.
Static Analysis: app/Http/Kernel.php#L16
PHPDoc type array of property App\Http\Kernel::$middleware is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Kernel::$middleware.
Static Analysis: app/Http/Kernel.php#L29
PHPDoc type array of property App\Http\Kernel::$middlewareGroups is not covariant with PHPDoc type array<string, array<int, string>> of overridden property Illuminate\Foundation\Http\Kernel::$middlewareGroups.
Static Analysis: app/Http/Middleware/Authenticate.php#L10
Parameter #1 $request (App\Http\Middleware\Request) of method App\Http\Middleware\Authenticate::redirectTo() is not contravariant with parameter #1 $request (Illuminate\Http\Request) of method Illuminate\Auth\Middleware\Authenticate::redirectTo().
Static Analysis: app/Http/Middleware/Authenticate.php#L10
Parameter $request of method App\Http\Middleware\Authenticate::redirectTo() has invalid type App\Http\Middleware\Request.
Static Analysis: app/Http/Middleware/Authenticate.php#L12
Call to method expectsJson() on an unknown class App\Http\Middleware\Request.
Static Analysis: app/Http/Middleware/CheckForMaintenanceMode.php#L14
PHPDoc type array of property App\Http\Middleware\CheckForMaintenanceMode::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance::$except.
Static Analysis: app/Http/Middleware/EncryptCookies.php#L14
PHPDoc type array of property App\Http\Middleware\EncryptCookies::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Cookie\Middleware\EncryptCookies::$except.
Static Analysis: app/Http/Middleware/TrimStrings.php#L14
PHPDoc type array of property App\Http\Middleware\TrimStrings::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Middleware\TrimStrings::$except.
Static Analysis: app/Http/Middleware/TrustProxies.php#L15
PHPDoc type array|string of property App\Http\Middleware\TrustProxies::$proxies is not covariant with PHPDoc type array<int, string>|string|null of overridden property Illuminate\Http\Middleware\TrustProxies::$proxies.
Static Analysis: app/Http/Middleware/VerifyCsrfToken.php#L21
PHPDoc type array of property App\Http\Middleware\VerifyCsrfToken::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Middleware\VerifyCsrfToken::$except.
Tests
Process completed with exit code 2.
Tests
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/