From 8fcbe9f72667ac032d4524b37d7b6e2671c2e88e Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 9 Sep 2016 15:31:27 -0400 Subject: [PATCH] Remove extra whitespace in doc block --- src/Jmikola/WildcardEventDispatcher/WildcardEventDispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jmikola/WildcardEventDispatcher/WildcardEventDispatcher.php b/src/Jmikola/WildcardEventDispatcher/WildcardEventDispatcher.php index 9c525be..5d53d57 100644 --- a/src/Jmikola/WildcardEventDispatcher/WildcardEventDispatcher.php +++ b/src/Jmikola/WildcardEventDispatcher/WildcardEventDispatcher.php @@ -16,7 +16,7 @@ class WildcardEventDispatcher implements EventDispatcherInterface /** * Constructor. * - * If an EventDispatcherInterface is not provided , a new EventDispatcher + * If an EventDispatcherInterface is not provided, a new EventDispatcher * will be composed. * * @param EventDispatcherInterface $dispatcher