Completed
Push — master ( a71f94...776a98 )
by Jacob
9s
created
src/Events/EventDispatcher.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -96,12 +96,12 @@
 block discarded – undo
96 96
         return null;
97 97
     }
98 98
 
99
-     /**
100
-     * Determines if registered listeners exist for an event name.
101
-     *
102
-     * @param   string  $eventName
103
-     * @return  bool
104
-     */
99
+        /**
100
+         * Determines if registered listeners exist for an event name.
101
+         *
102
+         * @param   string  $eventName
103
+         * @return  bool
104
+         */
105 105
     public function hasListeners($eventName)
106 106
     {
107 107
         return null !== $this->getListeners($eventName);
Please login to merge, or discard this patch.