Completed
Push — master ( 739744...ed27c8 )
by Basil
02:40
created
dev/BaseDevCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      */
28 28
     public function actionConfigInfo()
29 29
     {
30
-    	$this->outputInfo("dev config file: " . Yii::getAlias($this->configFile));
30
+    	$this->outputInfo("dev config file: ".Yii::getAlias($this->configFile));
31 31
     	
32 32
     	$config = $this->readConfig();
33 33
     	
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
         $save = FileHelper::writeFile($this->configFile, Json::encode($content));
90 90
         
91 91
         if (!$save) {
92
-            return $this->outputError("Unable to find config file " . $this->configFile. ". Please create and provide Permissions.");
92
+            return $this->outputError("Unable to find config file ".$this->configFile.". Please create and provide Permissions.");
93 93
         }
94 94
         
95 95
         return $value;
Please login to merge, or discard this patch.