fix CS
[phancap.git] / src / phar-stub.php
index b5cdf4d8f43165567d82fa1a0dfa3b9efe3f930b..c8e168fd1352570f97b1b4238e9c5ce2570ce9d9 100644 (file)
@@ -39,7 +39,7 @@ function rewritePath($path)
             . '/';
         header('Location: ' . $url);
         exit(0);
-    } else if$path == '/') {
+    } else if ($path == '/') {
         return 'www/index.php';
     }