@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * Store a value into task queueing stack. |
33 | 33 | * |
34 | - * @param \Closure|array $handler |
|
34 | + * @param \Closure $handler |
|
35 | 35 | * @param mixed $value |
36 | 36 | */ |
37 | 37 | public function store($handler, $value = []) |
@@ -4,9 +4,9 @@ |
||
4 | 4 | |
5 | 5 | interface PromiseInterface |
6 | 6 | { |
7 | - /** |
|
8 | - * Indicates the state of current promise is pending. |
|
9 | - */ |
|
7 | + /** |
|
8 | + * Indicates the state of current promise is pending. |
|
9 | + */ |
|
10 | 10 | const STATE_PENDING = 1; |
11 | 11 | |
12 | 12 | /** |