@@ -137,6 +137,6 @@ |
||
137 | 137 | */ |
138 | 138 | protected function getCommand() |
139 | 139 | { |
140 | - return 'uber:translations:export'; |
|
140 | + return 'uber:translations:export'; |
|
141 | 141 | } |
142 | 142 | } |
@@ -112,7 +112,7 @@ |
||
112 | 112 | */ |
113 | 113 | public static function tearDownAfterClass() |
114 | 114 | { |
115 | - $files = array_diff(scandir(static::$exportResource . '/'), array('.','..')); |
|
115 | + $files = array_diff(scandir(static::$exportResource . '/'), array('.', '..')); |
|
116 | 116 | foreach ($files as $file) { |
117 | 117 | if (strstr($file, '_XX') !== false) { |
118 | 118 | unlink(static::$exportResource . '/' . $file); |