@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | $output = "\033[34m This command will allow you to manage your fixtures in a simple way. |
72 | 72 | Be careful all rows from database will be removed! \033[0m \n\n"; |
73 | 73 | |
74 | - return $output . parent::getHelp(); |
|
74 | + return $output.parent::getHelp(); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | private function importModels() |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | foreach ($errorList as $errors) { // run over all errors and display error what occur during saving into db |
100 | 100 | foreach ($errors as $error) { |
101 | 101 | foreach ($error as $value) { |
102 | - echo "\033[37;41m" . $value . "\033[0m \n"; //display error |
|
102 | + echo "\033[37;41m".$value."\033[0m \n"; //display error |
|
103 | 103 | } |
104 | 104 | } |
105 | 105 | } |