Skip to content

Commit 814b3eb

Browse files
committed
Add return prefix
1 parent 8c20420 commit 814b3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Support/Filesystem/MediaFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(string $path)
5050
/**
5151
* @return array<string> Array of filenames relative to the _media/ directory
5252
*
53-
* @example `['app.css', 'images/logo.svg']`
53+
* @example `$return = ['app.css', 'images/logo.svg']`
5454
*/
5555
public static function files(): array
5656
{

0 commit comments

Comments
 (0)