Skip to content

Commit

Permalink
Merge pull request #59 from simPod/key-mixed
Browse files Browse the repository at this point in the history
Allow mixed keys
  • Loading branch information
mcg-web authored Feb 16, 2022
2 parents 264e38a + ac2e757 commit 333f5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataLoaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface DataLoaderInterface
/**
* Loads a key, returning a `Promise` for the value represented by that key.
*
* @param string $key
* @param mixed $key
*
* @return mixed return a Promise
*/
Expand Down

0 comments on commit 333f5eb

Please sign in to comment.