From 33db136da97d2111790e591f0c32497e3ce11e51 Mon Sep 17 00:00:00 2001 From: Arjan Date: Wed, 18 Jul 2018 20:22:43 +0200 Subject: [PATCH] Style fix --- tests/Support/SupportTestingEventFakeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');