Passed
Push — master ( b083ab...a3db06 )
by Sebastian
03:30
created
src/URLInfo/URIParser.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -207,8 +207,7 @@  discard block
 block discarded – undo
207 207
         if($this->hasScheme())
208 208
         {
209 209
             $this->setScheme(strtolower($this->getScheme()));
210
-        }
211
-        else
210
+        } else
212 211
         {
213 212
             $scheme = URISchemes::detectScheme($this->url);
214 213
             if(!empty($scheme)) {
@@ -268,8 +267,7 @@  discard block
 block discarded – undo
268 267
             if(is_array($val))
269 268
             {
270 269
                 $val = $this->restoreUnicodeChars($val);
271
-            }
272
-            else
270
+            } else
273 271
             {
274 272
                 $val = $this->restoreUnicodeChar($val);
275 273
             }
Please login to merge, or discard this patch.