Skip to content

Commit fc5103f

Browse files
committed
Fix typehint on getContainer method.
1 parent ec8700d commit fc5103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drufony.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static function unsetContainer()
5454
/**
5555
* Returns the currently active global container.
5656
*
57-
* @return ContainerInterface|null
57+
* @return ContainerInterface
5858
*
5959
* @throws RuntimeException
6060
*/

0 commit comments

Comments
 (0)