Skip to content

Commit c12d3dc

Browse files
authored
fix(state): update generic template type variable in ProviderInterface (#7083)
1 parent 83d005a commit c12d3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/State/ProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Retrieves data from a persistence layer.
2222
*
23-
* @template T of object
23+
* @template T of object|array
2424
*
2525
* @author Antoine Bluchet <[email protected]>
2626
*/

0 commit comments

Comments
 (0)