mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 18:28:47 +00:00
Use FQCN for InvalidArgumentException in doc block
This commit is contained in:
committed by
Jeremy Mikola
parent
0300cbb1a5
commit
83a285207b
@@ -15,7 +15,7 @@ class LazyListenerPattern extends ListenerPattern
|
||||
* @param string $eventPattern
|
||||
* @param callback $listenerProvider
|
||||
* @param integer $priority
|
||||
* @throws InvalidArgumentException if the listener provider is not a callback
|
||||
* @throws \InvalidArgumentException if the listener provider is not a callback
|
||||
*/
|
||||
public function __construct($eventPattern, $listenerProvider, $priority = 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user