Passed
Pull Request — master (#25)
by Alexander
01:35
created
src/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         return null;
42 42
     }
43 43
 
44
-    public function fullUrl(?string $path = null): string
44
+    public function fullUrl(?string $path = null) : string
45 45
     {
46 46
         $path = $path ?? $this->url();
47 47
         return
Please login to merge, or discard this patch.