We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b85baa commit 8c20420Copy full SHA for 8c20420
packages/framework/src/Support/Filesystem/MediaFile.php
@@ -48,7 +48,9 @@ public function __construct(string $path)
48
}
49
50
/**
51
- * @return array<string> Array of filenames relative to the _media/ directory {@example `['app.css', 'images/logo.svg']`}
+ * @return array<string> Array of filenames relative to the _media/ directory
52
+ *
53
+ * @example `['app.css', 'images/logo.svg']`
54
*/
55
public static function files(): array
56
{
0 commit comments