Skip to content

Commit

Permalink
- Removed static since thats not possible with $this.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodeveer committed Jan 7, 2025
1 parent ba177c0 commit a793ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AddHttp3EarlyHintsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function it_will_append_to_header_if_already_present(): void

protected function getNext(string $pageName): Closure
{
return static fn ($request) => new Response(
return fn ($request) => new Response(
content: $this->getHtml($pageName),
);
}
Expand Down

0 comments on commit a793ff6

Please sign in to comment.