File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,9 +265,9 @@ public function until($event, $payload = [])
265265 */
266266 public function dispatch ($ event , $ payload = [], $ halt = false )
267267 {
268- // When the given "event" is actually an object we will assume it is an event
269- // object and use the class as the event name and this event itself as the
270- // payload to the handler, which makes object based events quite simple.
268+ // When the given "event" is actually an object, we will assume it is an event
269+ // object, and use the class as the event name and this event itself as the
270+ // payload to the handler, which makes object- based events quite simple.
271271 [$ isEventObject , $ parsedEvent , $ parsedPayload ] = [
272272 is_object ($ event ),
273273 ...$ this ->parseEventAndPayload ($ event , $ payload ),
You can’t perform that action at this time.
0 commit comments