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.
1 parent c4616eb commit 2094462Copy full SHA for 2094462
ContainerAware.php
@@ -24,9 +24,9 @@ abstract class ContainerAware implements ContainerAwareInterface
24
protected $container;
25
26
/**
27
- * Sets the Container associated with this Controller.
+ * Sets the container.
28
*
29
- * @param ContainerInterface $container A ContainerInterface instance
+ * @param ContainerInterface|null $container A ContainerInterface instance or null
30
*/
31
public function setContainer(ContainerInterface $container = null)
32
{
ContainerAwareInterface.php
@@ -19,7 +19,7 @@
19
interface ContainerAwareInterface
20
21
22
- * Sets the Container.
23
* @param ContainerInterface|null $container A ContainerInterface instance or null
0 commit comments