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