Skip to content

Commit

Permalink
Remove type from property in test, so that it works with older PHP ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
phil-davis committed Jun 26, 2023
1 parent 9cecf08 commit 10f57ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/www/connection_aborted.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class DummyStream
{
private int $position;
private $position;

public function stream_open(string $path, string $mode, int $options, ?string &$opened_path): bool
{
Expand Down

0 comments on commit 10f57ab

Please sign in to comment.