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 048e488 commit 89dd223Copy full SHA for 89dd223
1 file changed
src/React/Promise/Promise.php
@@ -11,7 +11,7 @@ public function __construct($resolver, $canceller = null)
11
if (!is_callable($resolver)) {
12
throw new \InvalidArgumentException(
13
sprintf(
14
- 'The resolver arguments must be of type callable, %s given.',
+ 'The resolver argument must be of type callable, %s given.',
15
gettype($resolver)
16
)
17
);
0 commit comments