Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Aug 16, 2024
1 parent 33f2a0f commit 3dd63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HttpOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function json_ajax_constructor_with_no_value(): void
*/
public function create_with_self(): void
{
$options = new class() extends HttpOptions {};
$options = new class extends HttpOptions {};

$this->assertSame($options, HttpOptions::create($options));
}
Expand Down

0 comments on commit 3dd63db

Please sign in to comment.