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