Skip to content

Commit 07833c3

Browse files
author
Mathieu Darse
committed
Update Docbloc
1 parent 666b2d2 commit 07833c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/VCR/Util/StreamProcessor.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,10 @@ public function stream_tell()
280280
*
281281
* @link http://www.php.net/manual/en/streamwrapper.url-stat.php
282282
*
283-
* @param string $path The file path or URL to stat.
283+
* @param string $path The file path or URL to stat.
284+
* @param integer $flags Holds additional flags set by the streams API.
284285
*
285-
* @return integer Should return as many elements as stat() does.
286+
* @return integer Should return as many elements as stat() does.
286287
*/
287288
public function url_stat($path, $flags)
288289
{

0 commit comments

Comments
 (0)