Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 30, 2023
1 parent 0525a88 commit f0c9fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Events/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function dispatch($event, $payload = [], $halt = false)
// payload to the handler, which makes object based events quite simple.
[$isEventObject, $event, $payload] = [
is_object($event),
...$this->parseEventAndPayload($event, $payload)
...$this->parseEventAndPayload($event, $payload),
];

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

0 comments on commit f0c9fce

Please sign in to comment.