Skip to content

Commit f0c9fce

Browse files
committed
Apply fixes from StyleCI
1 parent 0525a88 commit f0c9fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Events/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public function dispatch($event, $payload = [], $halt = false)
247247
// payload to the handler, which makes object based events quite simple.
248248
[$isEventObject, $event, $payload] = [
249249
is_object($event),
250-
...$this->parseEventAndPayload($event, $payload)
250+
...$this->parseEventAndPayload($event, $payload),
251251
];
252252

253253
// If the event is not intended to be dispatched unless the current database

0 commit comments

Comments
 (0)