diff --git a/tests/Support/SupportTestingEventFakeTest.php b/tests/Support/SupportTestingEventFakeTest.php index ccef26133767..75d30323724e 100644 --- a/tests/Support/SupportTestingEventFakeTest.php +++ b/tests/Support/SupportTestingEventFakeTest.php @@ -84,7 +84,7 @@ public function testAssertDispatchedWithIgnore() 'Foo', function ($event, $payload) { return $event === 'Bar' && $payload['id'] === 1; - } + }, ]); $fake->dispatch('Foo');