Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Nov 25, 2023
1 parent 7297291 commit d7c69c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/APIHelpObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class APIHelpObject implements HtmlProducer {
private $keys;

public function __construct(string ...$keys) {
public function __construct(array ...$keys) {
$this->keys = $keys;
}

Expand Down

0 comments on commit d7c69c6

Please sign in to comment.