Skip to content

Commit 19e62ac

Browse files
authored
Merge pull request #8926 from samsonasik/chore-stream-wrapper
refactor: remove unused path parameter on PhpStreamWrapper::stream_open()
2 parents dcbcf38 + 56ba3df commit 19e62ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: system/Test/PhpStreamWrapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function restore()
4646
stream_wrapper_restore('php');
4747
}
4848

49-
public function stream_open(string $path): bool
49+
public function stream_open(): bool
5050
{
5151
return true;
5252
}

0 commit comments

Comments
 (0)