Passed
Push — master ( ecad09...a3aa81 )
by John
14:46 queued 12s
created
apps/theming/lib/Migration/MigrateAdminConfig.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,13 +77,13 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.