Completed
Push — master ( 3dd5e8...ffc8b9 )
by Omar
02:42
created
src/TemplesOfCode/CodeSanity/DiffFinder.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * @var string
17 17
      */
18
-    protected static $localLocationPattern=<<<PATTERN
18
+    protected static $localLocationPattern = <<<PATTERN
19 19
 /(\/[A-Za-z0-9_\-\.]+)*\/?/
20 20
 PATTERN;
21 21
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -378,8 +378,7 @@
 block discarded – undo
378 378
              * @var RemoteLocation $resolvedLocation
379 379
              */
380 380
             $resolvedLocation = $this->buildRemoteLocation($username, $host, $directory);
381
-        }
382
-        else if (preg_match(self::$localLocationPattern, $location)) {
381
+        } else if (preg_match(self::$localLocationPattern, $location)) {
383 382
             /**
384 383
              * @var LocalLocation $resolvedLocation
385 384
              */
Please login to merge, or discard this patch.