Passed
Push — master ( e9a250...d96dae )
by Pierre
01:50
created
src/Dispatcher.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -148,14 +148,14 @@
 block discarded – undo
148 148
         return $this;
149 149
     }
150 150
 
151
-     /**
152
-      * dispatch to handlers identified by resource name and event name
153
-      *
154
-      * @param string $resName
155
-      * @param string $eventName
156
-      * @param EventInterface $event
157
-      * @return DispatcherInterface
158
-      */
151
+        /**
152
+         * dispatch to handlers identified by resource name and event name
153
+         *
154
+         * @param string $resName
155
+         * @param string $eventName
156
+         * @param EventInterface $event
157
+         * @return DispatcherInterface
158
+         */
159 159
     protected function dispatchResourcedEventedHandlers(
160 160
         string $resName,
161 161
         string $eventName,
Please login to merge, or discard this patch.