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.
2 parents 40f7a3a + 272184e commit 469fccfCopy full SHA for 469fccf
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