Completed
Push — master ( 14439a...59e711 )
by Omar
03:11
created
src/TemplesOfCode/CodeSanity/DiffFinder.php 1 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.