@@ -125,7 +125,7 @@ |
||
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 |