We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a55360 commit d244d9aCopy full SHA for d244d9a
Tests/Fixtures/MockStream/MockStream.php
@@ -28,7 +28,7 @@ class MockStream
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
30
*/
31
- public function stream_open(string $path, string $mode, int $options, string &$opened_path = null): bool
+ public function stream_open(string $path, string $mode, int $options, ?string &$opened_path = null): bool
32
{
33
return true;
34
}
0 commit comments