@@ -143,13 +143,13 @@ |
||
| 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) { |