Passed
Push — master ( 4aeef5...38084d )
by Stefan
03:15
created
src/Store/Store.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -143,13 +143,13 @@
 block discarded – undo
143 143
         $this->dispatcher = $dispatcher;
144 144
     }
145 145
 
146
-     /**
147
-     * The base dispatcher method.
148
-     *
149
-     * @param ActionInterface $action
150
-     * @return ActionInterface
151
-     * @throws IsDispatchingException
152
-     */
146
+        /**
147
+         * The base dispatcher method.
148
+         *
149
+         * @param ActionInterface $action
150
+         * @return ActionInterface
151
+         * @throws IsDispatchingException
152
+         */
153 153
     protected function _dispatch(ActionInterface $action): ActionInterface
154 154
     {
155 155
         if (true === $this->isDispatching) {
Please login to merge, or discard this patch.