We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c514c commit 0075e66Copy full SHA for 0075e66
src/Deferred.php
@@ -30,7 +30,7 @@ public function __construct(callable $process = null) {
30
}
31
32
33
- public function getPromise():PromiseInterface {
+ public function getPromise():Promise {
34
return $this->promise;
35
36
0 commit comments