Skip to content

Commit 359f689

Browse files
[DependencyInjection] Fix annotation
1 parent f0410c3 commit 359f689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)