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