Skip to content

Commit ac2e757

Browse files
committed
Allow mixed keys
1 parent 264e38a commit ac2e757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataLoaderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface DataLoaderInterface
1616
/**
1717
* Loads a key, returning a `Promise` for the value represented by that key.
1818
*
19-
* @param string $key
19+
* @param mixed $key
2020
*
2121
* @return mixed return a Promise
2222
*/

0 commit comments

Comments
 (0)