mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 16:27:23 +01:00
chore: adjusts tests
This commit is contained in:
@ -12,13 +12,13 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
use Throwable;
|
||||
use Whoops\Exception\Inspector;
|
||||
|
||||
final class Panic
|
||||
final readonly class Panic
|
||||
{
|
||||
/**
|
||||
* Creates a new Panic instance.
|
||||
*/
|
||||
private function __construct(
|
||||
private readonly Throwable $throwable
|
||||
private Throwable $throwable
|
||||
) {
|
||||
// ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user