Skip to content

Commit f29714c

Browse files
jacktonkinmglaman
authored andcommitted
TraversibleTypedData is keyed by integer or string
1 parent e016580 commit f29714c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Drupal/Core/TypedData/TraversableTypedDataInterface.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Drupal\Core\TypedData;
44

55
/**
6-
* @template I
6+
* @template I of int|string
77
* @template T of TypedDataInterface
88
* @extends \Traversable<I, T>
99
*/

0 commit comments

Comments
 (0)