@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | /** |
21 | 21 | * Run tasks in series |
22 | - * @param array $tasks |
|
22 | + * @param \Closure[] $tasks |
|
23 | 23 | * @return void |
24 | 24 | */ |
25 | 25 | private function waterfall (array $tasks) |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | /** |
95 | 95 | * Get reflection from an action |
96 | 96 | * @param array|callable $action |
97 | - * @return ReflectionFunctionAbstract |
|
97 | + * @return callable |
|
98 | 98 | */ |
99 | 99 | public function getActionReflection($action) |
100 | 100 | { |
@@ -108,7 +108,6 @@ discard block |
||
108 | 108 | |
109 | 109 | /** |
110 | 110 | * Create a new container for asked class |
111 | - * @param string $concrete |
|
112 | 111 | * @return Container |
113 | 112 | */ |
114 | 113 | public function build ($class) |