Passed
Push — master ( e6d507...3647e7 )
by Arnaud
06:59
created
src/Url.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,8 @@
 block discarded – undo
58 58
 
59 59
         // handles options
60 60
         $canonical = null; // if true prefix url with baseurl config
61
-        $format = null;    // output format
62
-        $language = null;  // force language
61
+        $format = null; // output format
62
+        $language = null; // force language
63 63
         extract(\is_array($options) ? $options : [], EXTR_IF_EXISTS);
64 64
 
65 65
         // base URL
Please login to merge, or discard this patch.