Skip to content

Commit 97a0789

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix some phpdoc [ErrorHandler] Do not patch return statements in closures [DI] keep `proxy` tag on original definition when decorating
2 parents 83ba006 + fff087d commit 97a0789

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/Fixtures/MockStream/MockStream.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ class MockStream
2222
/**
2323
* Opens file or URL.
2424
*
25-
* @param string $path Specifies the URL that was passed to the original function
26-
* @param string $mode The mode used to open the file, as detailed for fopen()
27-
* @param int $options Holds additional flags set by the streams API
28-
* @param string $opened_path If the path is opened successfully, and STREAM_USE_PATH is set in options,
29-
* opened_path should be set to the full path of the file/resource that was actually opened
25+
* @param string $path Specifies the URL that was passed to the original function
26+
* @param string $mode The mode used to open the file, as detailed for fopen()
27+
* @param int $options Holds additional flags set by the streams API
28+
* @param string|null $opened_path If the path is opened successfully, and STREAM_USE_PATH is set in options,
29+
* opened_path should be set to the full path of the file/resource that was actually opened
3030
*/
3131
public function stream_open(string $path, string $mode, int $options, string &$opened_path = null): bool
3232
{

0 commit comments

Comments
 (0)