We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264e38a commit ac2e757Copy full SHA for ac2e757
src/DataLoaderInterface.php
@@ -16,7 +16,7 @@ interface DataLoaderInterface
16
/**
17
* Loads a key, returning a `Promise` for the value represented by that key.
18
*
19
- * @param string $key
+ * @param mixed $key
20
21
* @return mixed return a Promise
22
*/
0 commit comments