Add support for health checks #35
reviewdog [PHPStan] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (24)
app/Console/Kernel.php|15| Property App\Console\Kernel::$commands type has no value type specified in iterable type array.
app/Exceptions/Handler.php|21| Property App\Exceptions\Handler::$dontReport type has no value type specified in iterable type array.
app/Http/Middleware/VersionSwitcher.php|21| Method App\Http\Middleware\VersionSwitcher::handle() has no return type specified.
app/Http/Middleware/VersionSwitcher.php|21| Method App\Http\Middleware\VersionSwitcher::handle() has parameter $next with no type specified.
app/Http/Middleware/VersionSwitcher.php|21| Method App\Http\Middleware\VersionSwitcher::handle() has parameter $request with no type specified.
app/Http/Middleware/VersionSwitcher.php|43| Parameter #2 $version of method App\Http\Middleware\VersionSwitcher::versionizeControllerPath() expects string, mixed given.
app/Http/Middleware/VersionSwitcher.php|49| Cannot call method alias() on mixed.
app/Http/Middleware/VersionSwitcher.php|56| Method App\Http\Middleware\VersionSwitcher::versionizeControllerPath() has no return type specified.
app/Providers/RouteBindingServiceProvider.php|15| Method App\Providers\RouteBindingServiceProvider::boot() has no return type specified.
routes/web.php|| Ignored error pattern #Undefined variable: $router# in path /home/runner/work/ddb-material-list/ddb-material-list/routes/web.php was not matched in reported errors.
routes/web.php|15| Variable $router might not be defined.
routes/web.php|15| Variable $router might not be defined.
routes/web.php|19| Variable $router might not be defined.
routes/web.php|19| Variable $router might not be defined.
tests/phpunit/Feature/ExceptionHandlerTest.php|17| Method Tests\ExceptionHandlerTest::testExceptionHandler() has no return type specified.
tests/phpunit/Feature/ExceptionHandlerTest.php|30| Method Tests\ExceptionHandlerTest::testResponseExceptions() has no return type specified.
tests/phpunit/Feature/SwitchVersionTest.php|15| Method Tests\Feature\SwitchVersionTest::testThatWeGetOutputFromDifferentControllersDependingOnVersion() has no return type specified.
tests/phpunit/Feature/SwitchVersionTest.php|15| Method Tests\Feature\SwitchVersionTest::testThatWeGetOutputFromDifferentControllersDependingOnVersion() has parameter $jsonResponse with no value type specified in iterable type array.
tests/phpunit/Feature/SwitchVersionTest.php|28| Method Tests\Feature\SwitchVersionTest::versionResponses() return type has no value type specified in iterable type array.
tests/phpunit/Unit/VersionSwitcherTest.php|15| Property Tests\Unit\VersionSwitcherTest::$configuredRoute has no type specified.
tests/phpunit/Unit/VersionSwitcherTest.php|28| Property Tests\Unit\VersionSwitcherTest::$baseController has no type specified.
tests/phpunit/Unit/VersionSwitcherTest.php|54| Anonymous function has an unused use $version.
tests/phpunit/Unit/VersionSwitcherTest.php|55| Cannot call method getAlias() on mixed.
tests/phpunit/Unit/VersionSwitcherTest.php|75| Method Tests\Unit\VersionSwitcherTest::versionControllerAliases() return type has no value type specified in iterable type array.