Skip to content

Commit 8087e3e

Browse files
Neirda24nicolas-grekas
authored andcommitted
[DependencyInjection] Add missing template notation on ServiceLocator
1 parent 45524e4 commit 8087e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/ServiceProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @author Nicolas Grekas <[email protected]>
2020
* @author Mateusz Sip <[email protected]>
2121
*
22-
* @template T of mixed
22+
* @template-covariant T of mixed
2323
*/
2424
interface ServiceProviderInterface extends ContainerInterface
2525
{

0 commit comments

Comments
 (0)