8000 [DI] Clean a phpdoc · Nicofuma/symfony@2030f62 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 2030f62

Browse files
[DI] Clean a phpdoc
1 parent 5298940 commit 2030f62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Component/DependencyInjection/ContainerAware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ abstract class ContainerAware implements ContainerAwareInterface
2424
protected $container;
2525

2626
/**
27-
* Sets the Container associated with this Controller.
27+
* Sets the container.
2828
*
29-
* @param ContainerInterface $container A ContainerInterface instance
29+
* @param ContainerInterface|null $container A ContainerInterface instance or null
3030
*/
3131
public function setContainer(ContainerInterface $container = null)
3232
{

src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
interface ContainerAwareInterface
2020
{
2121
/**
22-
* Sets the Container.
22+
* Sets the container.
2323
*
2424
* @param ContainerInterface|null $container A ContainerInterface instance or null
2525
*/

0 commit comments

Comments
 (0)
0