Skip to content

Commit 277aa51

Browse files
alamiraultfabpot
authored andcommitted
Fix some phpdoc
1 parent 23069c3 commit 277aa51

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)