Skip to content

Commit

Permalink
Merge pull request #8926 from samsonasik/chore-stream-wrapper
Browse files Browse the repository at this point in the history
refactor: remove unused path parameter on PhpStreamWrapper::stream_open()
  • Loading branch information
samsonasik authored May 30, 2024
2 parents dcbcf38 + 56ba3df commit 19e62ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Test/PhpStreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function restore()
stream_wrapper_restore('php');
}

public function stream_open(string $path): bool
public function stream_open(): bool
{
return true;
}
Expand Down

0 comments on commit 19e62ac

Please sign in to comment.