We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pint
1 parent 3e77d28 commit e8152c5Copy full SHA for e8152c5
tests/ContainerTest.php
@@ -748,7 +748,7 @@ public function testRemember()
748
public function testResolveVariadicPrimitive()
749
{
750
$container = new Container;
751
- $parent = $container->make(VariadicPrimitive::class);
+ $parent = $container->make(VariadicPrimitive::class);
752
753
$this->assertSame($parent->params, []);
754
}
0 commit comments