Skip to content

Commit

Permalink
Fix typing for 8.1`
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdef committed Sep 12, 2024
1 parent fca36f6 commit a983620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inc/config/QueryRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function get_endpoint( array $input_variables = [] ): string {
return $this->http_datasource->get_endpoint();
}

public function get_image_url(): null {
public function get_image_url(): ?string {
return null;
}

Expand Down

0 comments on commit a983620

Please sign in to comment.