Skip to content

Commit 333f5eb

Browse files
authored
Merge pull request #59 from simPod/key-mixed
Allow mixed keys
2 parents 264e38a + ac2e757 commit 333f5eb

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)