Passed
Push — master ( 476755...eac637 )
by Blizzz
14:31 queued 12s
created
apps/theming/lib/Jobs/MigrateBackgroundImages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
 					$targetDir->newFile('background.jpg', $file->getContent());
126 126
 				}
127 127
 				$file->delete();
128
-			} catch (NotFoundException|NotPermittedException $e) {
128
+			} catch (NotFoundException | NotPermittedException $e) {
129 129
 			}
130 130
 		}
131 131
 
Please login to merge, or discard this patch.