Skip to content

Commit

Permalink
pint fix 🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rubel committed Dec 20, 2022
1 parent 3e77d28 commit e8152c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ public function testRemember()
public function testResolveVariadicPrimitive()
{
$container = new Container;
$parent = $container->make(VariadicPrimitive::class);
$parent = $container->make(VariadicPrimitive::class);

$this->assertSame($parent->params, []);
}
Expand Down

0 comments on commit e8152c5

Please sign in to comment.