From 9a62c32c284d0d35228494b74036c03d2d54645d Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 4 Jul 2022 10:52:10 +0100 Subject: [PATCH] fix: remove return type --- framework/core/src/Frontend/Content/Assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Frontend/Content/Assets.php b/framework/core/src/Frontend/Content/Assets.php index 7a7c2bf86..b5f852415 100644 --- a/framework/core/src/Frontend/Content/Assets.php +++ b/framework/core/src/Frontend/Content/Assets.php @@ -53,7 +53,7 @@ class Assets return $this; } - public function __invoke(Document $document, Request $request): void + public function __invoke(Document $document, Request $request) { $locale = $request->getAttribute('locale');