@@ -63,7 +63,7 @@ |
||
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); |