Passed
Pull Request — master (#6)
by
unknown
07:52
created
src/Dispatch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.