Skip to content

Commit 8f0edc7

Browse files
committedMar 19, 2025
Merge branch '1.4.x' into 2.0.x
2 parents d589514 + 08b97ab commit 8f0edc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎stubs/Symfony/Component/EventDispatcher/EventSubscriberInterface.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Symfony\Component\EventDispatcher;
55
interface EventSubscriberInterface
66
{
77
/**
8-
* @return array<string, string|array<string, int>|array<int, string|array<string, int>|array<int, string>>>
8+
* @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>
99
*/
1010
public static function getSubscribedEvents();
1111
}

0 commit comments

Comments
 (0)
Failed to load comments.