There was an error while loading. Please reload this page.
1 parent 666b2d2 commit 07833c3Copy full SHA for 07833c3
src/VCR/Util/StreamProcessor.php
@@ -280,9 +280,10 @@ public function stream_tell()
280
*
281
* @link http://www.php.net/manual/en/streamwrapper.url-stat.php
282
283
- * @param string $path The file path or URL to stat.
+ * @param string $path The file path or URL to stat.
284
+ * @param integer $flags Holds additional flags set by the streams API.
285
- * @return integer Should return as many elements as stat() does.
286
+ * @return integer Should return as many elements as stat() does.
287
*/
288
public function url_stat($path, $flags)
289
{
0 commit comments