@@ -378,8 +378,7 @@ |
||
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 | */ |