Passed
Push — master ( bcf14b...b38da1 )
by Dāvis
04:25
created
Translatable/Router/LocaleResolverTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 trait LocaleResolverTrait
8 8
 {
9
-	protected $cookieName;
9
+    protected $cookieName;
10 10
     protected $hostMap;
11 11
 	
12 12
     public function resolveLocale(Request $request, array $availableLocales)
Please login to merge, or discard this patch.
Openidconnect/Provider/Uri.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             }
79 79
         }
80 80
 
81
-        if($language !== null){
81
+        if ($language !== null) {
82 82
             $this->urlParams['lang'] = (string)$language;
83 83
         }
84 84
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             }
79 79
         }
80 80
 
81
-        if($language !== null){
81
+        if($language !== null) {
82 82
             $this->urlParams['lang'] = (string)$language;
83 83
         }
84 84
 
Please login to merge, or discard this patch.