Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 13, 2024
1 parent ce6ed46 commit 51f6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Reference/TagReferenceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function testExtractWrongTag(): void
public function testReference(): void
{
$reference = TagReference::to('test');
$spyContainer = new class implements ContainerInterface {
$spyContainer = new class () implements ContainerInterface {
public function get($id)
{
return $id;
Expand Down

0 comments on commit 51f6980

Please sign in to comment.