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 bfd76dd commit 9b66987Copy full SHA for 9b66987
packages/framework/src/Support/Filesystem/MediaFile.php
@@ -32,7 +32,8 @@ class MediaFile extends ProjectFile
32
/**
33
* Create a new MediaFile instance.
34
*
35
- * @param string $path The file path relative to the project root or media source directory.
+ * @param string $path The file path relative to the project root or media source directory.
36
+ *
37
* @throws FileNotFoundException If the file does not exist in the media source directory.
38
*/
39
public function __construct(string $path)
0 commit comments