Skip to content

Commit f5af31b

Browse files
committed
Fix tests
1 parent ab063ec commit f5af31b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/Http/Exceptions/ExceptionRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function boot(string $root, array $discoveryLocations = [], ?Conta
5656
return Kernel::boot($root, $discoveryLocations, $container, $internalStorage); // @phpstan-ignore-line
5757
}
5858

59-
public function shutdown(): never
59+
public function shutdown(int|string $status = ''): never
6060
{
6161
throw new Exception('Shutdown.');
6262
}

0 commit comments

Comments
 (0)