Skip to content

Commit ebae97d

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 150b91a commit ebae97d

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, string $separator = PHP_EOL)
37-
* @method static bool append(string $path, string $data, string $separator = PHP_EOL)
36+
* @method static bool prepend(string $path, string $data)
37+
* @method static bool append(string $path, string $data)
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)