From bed91c592296fa946d1ea457c904ecb191eec88b Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 19 Jun 2024 11:26:09 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Removes=20the=20PHP=20Union=20Ty?= =?UTF-8?q?pe=20Declaration=20(#61)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Concerns/Asset.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Concerns/Asset.php b/src/Concerns/Asset.php index 3ea3030..f48c96d 100644 --- a/src/Concerns/Asset.php +++ b/src/Concerns/Asset.php @@ -35,8 +35,10 @@ public function inlineAsset(string $asset): ?string /** * Retrieve the manifest. + * + * @return array|string */ - public function manifest(?string $asset = null): array|string + public function manifest(?string $asset = null) { if ($this->manifest) { return $asset