8000 Merge pull request #381 from pkruithof/patch-1 · dustin10/symfony-docs@b28453c · GitHub
[go: up one dir, main page]

Skip to content

Commit b28453c

Browse files
committed
Merge pull request symfony#381 from pkruithof/patch-1
setContainer method signature is now the same as that of ContainerAwareIn
2 parents cea00a8 + 4ebfb4d commit b28453c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/doctrine_fixtures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ component when checking it:
296296
{
297297
private $container;
298298
299-
public function setContainer(ContainerInterface $container)
299+
public function setContainer(ContainerInterface $container = null)
300300
{
301301
$this->container = $container;
302302
}

0 commit comments

Comments
 (0)
0