mirror of
https://github.com/pestphp/pest.git
synced 2026-07-24 10:30:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -4,7 +4,7 @@ use NunoMaduro\Collision\Contracts\RenderableOnCollisionEditor;
|
||||
use PHPUnit\Event\Code\ThrowableBuilder;
|
||||
use Whoops\Exception\Frame;
|
||||
|
||||
test('collision editor can be added to the stack trace', function () {
|
||||
test('collision editor can be added to the stack trace', function (): void {
|
||||
$exception = new class extends Exception implements RenderableOnCollisionEditor
|
||||
{
|
||||
public function __construct()
|
||||
|
||||
Reference in New Issue
Block a user