Use FQCN for InvalidArgumentException in doc block

This commit is contained in:
SpacePossum
2016-09-09 15:08:35 -04:00
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)
{