Skip to content

Commit 9b66987

Browse files
committed
Apply fixes from StyleCI
1 parent bfd76dd commit 9b66987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class MediaFile extends ProjectFile
3232
/**
3333
* Create a new MediaFile instance.
3434
*
35-
* @param string $path The file path relative to the project root or media source directory.
35+
* @param string $path The file path relative to the project root or media source directory.
36+
*
3637
* @throws FileNotFoundException If the file does not exist in the media source directory.
3738
*/
3839
public function __construct(string $path)

0 commit comments

Comments
 (0)