@@ -4,7 +4,6 @@ |
||
4 | 4 | use agoalofalife\bpm\Assistants\QueryBuilder; |
5 | 5 | use agoalofalife\bpm\Contracts\Action; |
6 | 6 | use agoalofalife\bpm\Contracts\ActionSet; |
7 | -use agoalofalife\bpm\Contracts\Authentication; |
|
8 | 7 | use agoalofalife\bpm\KernelBpm; |
9 | 8 | |
10 | 9 |
@@ -43,7 +43,7 @@ |
||
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |
46 | - * @return \agoalofalife\bpm\Contracts\Handler |
|
46 | + * @return \Illuminate\Container\Container |
|
47 | 47 | */ |
48 | 48 | public function processData() |
49 | 49 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use agoalofalife\bpm\Assistants\QueryBuilder; |
6 | 6 | use agoalofalife\bpm\Contracts\Action; |
7 | 7 | use agoalofalife\bpm\Contracts\ActionGet; |
8 | -use agoalofalife\bpm\Contracts\Authentication; |
|
9 | 8 | use agoalofalife\bpm\KernelBpm; |
10 | 9 | |
11 | 10 | /** |
@@ -49,7 +49,7 @@ |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | - * @return array url -> string , http_type -> string |
|
52 | + * @return \Illuminate\Container\Container url -> string , http_type -> string |
|
53 | 53 | */ |
54 | 54 | public function processData() |
55 | 55 | { |
@@ -58,7 +58,7 @@ |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | - * @return \agoalofalife\bpm\Contracts\Handler |
|
61 | + * @return \Illuminate\Container\Container |
|
62 | 62 | */ |
63 | 63 | public function processData() |
64 | 64 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use agoalofalife\bpm\Contracts\Action; |
7 | 7 | use agoalofalife\bpm\Contracts\ActionGet; |
8 | 8 | use agoalofalife\bpm\Contracts\ActionSet; |
9 | -use agoalofalife\bpm\Contracts\Authentication; |
|
10 | 9 | use agoalofalife\bpm\KernelBpm; |
11 | 10 | |
12 | 11 | /** |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | } |
125 | 125 | |
126 | 126 | /** |
127 | - * @return Handler |
|
127 | + * @return \Illuminate\Container\Container |
|
128 | 128 | */ |
129 | 129 | public function getHandler() |
130 | 130 | { |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | /** |
135 | 135 | * Set the response handler |
136 | 136 | * @param string $typeHandler default xml |
137 | - * @return Action |
|
137 | + * @return \Illuminate\Container\Container |
|
138 | 138 | */ |
139 | 139 | public function setHandler($typeHandler = 'xml') |
140 | 140 | { |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | } |
153 | 153 | |
154 | 154 | /** |
155 | - * @param $typeAction string |
|
155 | + * @param string $typeAction string |
|
156 | 156 | * @return Action |
157 | 157 | */ |
158 | 158 | public function setAction($typeAction) |
@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | /** |
199 | 199 | * Set collection for correct query |
200 | 200 | * @param string $collection |
201 | - * @return mixed |
|
201 | + * @return string |
|
202 | 202 | * @throws \Exception |
203 | 203 | */ |
204 | 204 | public function setCollection($collection) |
@@ -228,7 +228,7 @@ discard block |
||
228 | 228 | return app()->make(ClientInterface::class); |
229 | 229 | } |
230 | 230 | /** |
231 | - * @param $action |
|
231 | + * @param string $action |
|
232 | 232 | * @return array |
233 | 233 | */ |
234 | 234 | private function splitAction($action) |