src/CdnFarfutureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CdnFarfutureController.php b/src/CdnFarfutureController.php index f59ccc4..8f9f8fb 100644 --- a/src/CdnFarfutureController.php +++ b/src/CdnFarfutureController.php @@ -113,7 +113,7 @@ class CdnFarfutureController { * @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException * Thrown when an invalid security token is provided. * - * * @todo Remove in 4.x. + * @todo Remove in 4.x. */ public function download(Request $request, $security_token, $mtime) { // Ensure \Drupal\cdn\PathProcessor\CdnFarfuturePathProcessor did its job.