Skip to content

Commit 150b91a

Browse files
Add separator params to Storage facade docblocks (#60703)
1 parent 9fb6754 commit 150b91a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Support/Facades/Storage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* @method static bool writeStream(string $path, resource $resource, array $options = [])
3434
* @method static string getVisibility(string $path)
3535
* @method static bool setVisibility(string $path, string $visibility)
36-
* @method static bool prepend(string $path, string $data)
37-
* @method static bool append(string $path, string $data)
36+
* @method static bool prepend(string $path, string $data, string $separator = PHP_EOL)
37+
* @method static bool append(string $path, string $data, string $separator = PHP_EOL)
3838
* @method static bool delete(string|array $paths)
3939
* @method static bool copy(string $from, string $to)
4040
* @method static bool move(string $from, string $to)

0 commit comments

Comments
 (0)