@@ -72,7 +72,7 @@ |
||
72 | 72 | * |
73 | 73 | * @return Dispatch |
74 | 74 | */ |
75 | - public function namespace(?string $namespace): Dispatch |
|
75 | + public function namespace(?string $namespace) : Dispatch |
|
76 | 76 | { |
77 | 77 | $this->namespace = ($namespace ? ucwords($namespace) : null); |
78 | 78 | return $this; |