Skip to content

Commit f47dde8

Browse files
committed
FIxes
1 parent ddb377f commit f47dde8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Storage/src/StreamWrapper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ public static function getClient($protocol = null)
211211
* download the file to see if it can be opened.
212212
*
213213
* @param string $path The path of the resource to open
214-
* @param string $mode The fopen mode. Currently supports ('r', 'rb', 'rt', 'w', 'wb', 'wt', 'a', 'ab', 'at', 'x', 'xb', 'xt')
214+
* @param string $mode The fopen mode. Currently supports ('r', 'rb', 'rt',
215+
* 'w', 'wb', 'wt', 'a', 'ab', 'at', 'x', 'xb', 'xt')
215216
* @param int $flags Bitwise options STREAM_USE_PATH|STREAM_REPORT_ERRORS|STREAM_MUST_SEEK
216217
* @param string $openedPath Will be set to the path on success if STREAM_USE_PATH option is set
217218
* @return bool

0 commit comments

Comments
 (0)