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 8c20420 commit 814b3ebCopy full SHA for 814b3eb
packages/framework/src/Support/Filesystem/MediaFile.php
@@ -50,7 +50,7 @@ public function __construct(string $path)
50
/**
51
* @return array<string> Array of filenames relative to the _media/ directory
52
*
53
- * @example `['app.css', 'images/logo.svg']`
+ * @example `$return = ['app.css', 'images/logo.svg']`
54
*/
55
public static function files(): array
56
{
0 commit comments