@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | foreach ($errorList as $errors) { // run over all errors and display error what occur during saving into db |
70 | 70 | foreach ($errors as $error) { |
71 | 71 | foreach ($error as $value) { |
72 | - echo "\033[37;41m" . $value . "\033[0m \n"; //display error |
|
72 | + echo "\033[37;41m".$value."\033[0m \n"; //display error |
|
73 | 73 | } |
74 | 74 | } |
75 | 75 | } |
@@ -89,6 +89,6 @@ discard block |
||
89 | 89 | $output = "\033[34m This command will allow you to manage your fixtures in a simple way. |
90 | 90 | Be careful all rows from database will be removed! \033[0m \n\n"; |
91 | 91 | |
92 | - return $output . parent::getHelp(); |
|
92 | + return $output.parent::getHelp(); |
|
93 | 93 | } |
94 | 94 | } |