Skip to content

Commit 0075e66

Browse files
author
Greg Bowler
authored
2 httplug (#4)
* Begin Httplug compatibility - getState * Complete work for HTTPlug compatibility Closes #2 * Fix trait property errors * Return concrete class
1 parent c2c514c commit 0075e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deferred.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(callable $process = null) {
3030
}
3131
}
3232

33-
public function getPromise():PromiseInterface {
33+
public function getPromise():Promise {
3434
return $this->promise;
3535
}
3636

0 commit comments

Comments
 (0)