Skip to content

Commit 8c20420

Browse files
committed
Revert "Merge example to single line"
This reverts commit 1b85baa.
1 parent 1b85baa commit 8c20420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ public function __construct(string $path)
4848
}
4949

5050
/**
51-
* @return array<string> Array of filenames relative to the _media/ directory {@example `['app.css', 'images/logo.svg']`}
51+
* @return array<string> Array of filenames relative to the _media/ directory
52+
*
53+
* @example `['app.css', 'images/logo.svg']`
5254
*/
5355
public static function files(): array
5456
{

0 commit comments

Comments
 (0)