Passed
Push — master ( aa003d...f49ccd )
by Joas
13:35 queued 12s
created
core/Controller/ReferenceController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 				$referenceId,
64 64
 				$reference === null ? $file->getMimeType() : $reference->getImageContentType()
65 65
 			);
66
-		} catch (NotFoundException|NotPermittedException $e) {
66
+		} catch (NotFoundException | NotPermittedException $e) {
67 67
 			$response = new DataResponse('', Http::STATUS_NOT_FOUND);
68 68
 		}
69 69
 		$response->cacheFor(3600, false, true);
Please login to merge, or discard this patch.