We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab063ec commit f5af31bCopy full SHA for f5af31b
1 file changed
tests/Integration/Http/Exceptions/ExceptionRendererTest.php
@@ -56,7 +56,7 @@ public static function boot(string $root, array $discoveryLocations = [], ?Conta
56
return Kernel::boot($root, $discoveryLocations, $container, $internalStorage); // @phpstan-ignore-line
57
}
58
59
- public function shutdown(): never
+ public function shutdown(int|string $status = ''): never
60
{
61
throw new Exception('Shutdown.');
62
0 commit comments