Skip to content

Commit

Permalink
🩹 Removes the PHP Union Type Declaration (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajskelton authored Jun 19, 2024
1 parent 287fbe1 commit bed91c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Concerns/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bed91c5

Please sign in to comment.