Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a8457d

Browse files
[DependencyInjection] Fix annotation
1 parent a6e5b75 commit 7a8457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
trait ContainerAwareTrait
2020
{
2121
/**
22-
* @var ContainerInterface
22+
* @var ContainerInterface|null
2323
*/
2424
protected $container;
2525

0 commit comments

Comments
 (0)