Skip to content

Commit

Permalink
chore: remove unused path parameter on PhpStreamWrapper::stream_open()
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 30, 2024
1 parent dcbcf38 commit 56ba3df
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 56ba3df

Please sign in to comment.