Test Failed
Push — 1.0.0-dev ( 76319a...aa9039 )
by nguereza
02:25
created
core/libraries/Browser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@
 block discarded – undo
374 374
             if (stristr($this->agent, 'FacebookExternalHit')) {
375 375
                 $this->setRobot(true);
376 376
                 $this->setFacebook(true);
377
-            }  else if (stristr($this->agent, 'FBIOS')) {
377
+            } else if (stristr($this->agent, 'FBIOS')) {
378 378
                 $this->setFacebook(true);
379 379
             }
380 380
         }
Please login to merge, or discard this patch.