Skip to content

Commit ecd0974

Browse files
committed
[FramworkBundle] fix phpdoc of commands
1 parent ebe5b56 commit ecd0974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContainerAwareInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface ContainerAwareInterface
2323
/**
2424
* Sets the Container.
2525
*
26-
* @param ContainerInterface $container A ContainerInterface instance
26+
* @param ContainerInterface|null $container A ContainerInterface instance or null
2727
*
2828
* @api
2929
*/

0 commit comments

Comments
 (0)