@@ -77,13 +77,13 @@ |
||
77 | 77 | |
78 | 78 | $files = $images->getDirectoryListing(); |
79 | 79 | $output->startProgress(count($files)); |
80 | - foreach($files as $file) { |
|
80 | + foreach ($files as $file) { |
|
81 | 81 | $newImages->newFile($file->getName(), $file->getContent()); |
82 | 82 | $output->advance(); |
83 | 83 | } |
84 | 84 | |
85 | 85 | $output->finishProgress(); |
86 | - } catch(NotFoundException $e) { |
|
86 | + } catch (NotFoundException $e) { |
|
87 | 87 | $output->info('No admin images to migrate'); |
88 | 88 | } |
89 | 89 | } |