Skip to content

Conversation

@imanghafoori1
Copy link
Contributor

@imanghafoori1 imanghafoori1 commented Feb 6, 2020

This makes sense since the 'setupWildcardListen' method is documented like this.
Which we directly forward the $listener to it.

/**
 * Setup a wildcard listener callback.
 *
 * @param  string  $event
 * @param  \Closure|string  $listener
 * @return void
 */
protected function setupWildcardListen($event, $listener)
{
    $this->wildcards[$event][] = $this->makeListener($listener, true);

    $this->wildcardsCache = [];
}

@taylorotwell taylorotwell merged commit 600cda8 into laravel:6.x Feb 7, 2020
@imanghafoori1 imanghafoori1 deleted the event_listen_docblock branch February 7, 2020 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants