Passed
Push — master ( 5b86eb...00a747 )
by Julius
15:04 queued 13s
created
core/Controller/ReferenceController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 				$referenceId,
67 67
 				$contentType
68 68
 			);
69
-		} catch (NotFoundException|NotPermittedException $e) {
69
+		} catch (NotFoundException | NotPermittedException $e) {
70 70
 			$response = new DataResponse('', Http::STATUS_NOT_FOUND);
71 71
 		}
72 72
 		$response->cacheFor(3600, false, true);
Please login to merge, or discard this patch.