File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Symfony/Component/DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ abstract class ContainerAware implements ContainerAwareInterface
24
24
protected $ container ;
25
25
26
26
/**
27
- * Sets the Container associated with this Controller .
27
+ * Sets the container .
28
28
*
29
- * @param ContainerInterface $container A ContainerInterface instance
29
+ * @param ContainerInterface|null $container A ContainerInterface instance or null
30
30
*/
31
31
public function setContainer (ContainerInterface $ container = null )
32
32
{
Original file line number Diff line number Diff line change 19
19
interface ContainerAwareInterface
20
20
{
21
21
/**
22
- * Sets the Container .
22
+ * Sets the container .
23
23
*
24
24
* @param ContainerInterface|null $container A ContainerInterface instance or null
25
25
*/
You can’t perform that action at this time.
0 commit comments