Skip to content

Commit 56ba3df

Browse files
committed
chore: remove unused path parameter on PhpStreamWrapper::stream_open()
1 parent dcbcf38 commit 56ba3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)