@@ -63,7 +63,7 @@ |
||
| 63 | 63 | |
| 64 | 64 | public static function readExtraVendor($dir) |
| 65 | 65 | { |
| 66 | - return static::readExtraConfig($dir . '/hiqdev/hidev-config.php'); |
|
| 66 | + return static::readExtraConfig($dir.'/hiqdev/hidev-config.php'); |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | public static function readExtraConfig($path) |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | public function actionSave() |
| 29 | 29 | { |
| 30 | - passthru(($this->sudo ? 'sudo ' : '') . $this->command); |
|
| 30 | + passthru(($this->sudo ? 'sudo ' : '').$this->command); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | public function actionBefore() |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | 'name' => 'HiDev', |
| 15 | 15 | 'basePath' => dirname(__DIR__), |
| 16 | 16 | 'vendorPath' => HIDEV_VENDOR_DIR, |
| 17 | - 'runtimePath' => substr(__DIR__, 0, 7) === 'phar://' ? dirname($_SERVER['SCRIPT_NAME']) : dirname(HIDEV_VENDOR_DIR) . '/runtime', |
|
| 17 | + 'runtimePath' => substr(__DIR__, 0, 7) === 'phar://' ? dirname($_SERVER['SCRIPT_NAME']) : dirname(HIDEV_VENDOR_DIR).'/runtime', |
|
| 18 | 18 | 'enableCoreCommands' => false, |
| 19 | 19 | 'controllerNamespace' => 'hidev\\controllers', |
| 20 | 20 | 'defaultRoute' => 'default', |