@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @param string $name |
| 36 | 36 | * @param DispatcherInterface $dispatcher |
| 37 | 37 | */ |
| 38 | - public function __construct( $name = null, DispatcherInterface $dispatcher) |
|
| 38 | + public function __construct($name = null, DispatcherInterface $dispatcher) |
|
| 39 | 39 | { |
| 40 | 40 | if (is_null($name)) { |
| 41 | 41 | $this->name = spl_object_hash($this); |