Small phpcs fixes.

This commit is contained in:
James Cole
2023-12-22 07:53:00 +01:00
parent 4864ecc0c7
commit b2bd9301b6
4 changed files with 6 additions and 6 deletions

View File

@@ -232,7 +232,7 @@ class ExportController extends Controller
->header('Expires', '0')
->header('Cache-Control', 'must-revalidate, post-check=0, pre-check=0')
->header('Pragma', 'public')
->header('Content-Length', (string)strlen($data[$key]))
->header('Content-Length', (string) strlen($data[$key]))
;
return $response;