| @@ -153,9 +153,9 @@ | ||
| 153 | 153 | /** |
| 154 | 154 | * Command extract args. |
| 155 | 155 | * |
| 156 | 156 | * @param string $command |
| 157 | - * @param array $args | |
| 157 | + * @param array $args | |
| 158 | 158 | * |
| 159 | 159 | * @return \stdClass |
| 160 | 160 | */ |
| 161 | 161 | public function command_extract_args( $command, $args = [] ) { |
| @@ -261,10 +261,10 @@ | ||
| 261 | 261 | |
| 262 | 262 | /** |
| 263 | 263 | * Run processor. |
| 264 | 264 | * |
| 265 | - * @param Processor $processor | |
| 266 | - * @param array $data | |
| 265 | + * @param \Elementor\Data\Base\Processor $processor | |
| 266 | + * @param array $data | |
| 267 | 267 | * |
| 268 | 268 | * @return mixed |
| 269 | 269 | */ |
| 270 | 270 | public function run_processor( $processor, $data ) { |
| @@ -279,11 +279,11 @@ | ||
| 279 | 279 | * Run processors. |
| 280 | 280 | * |
| 281 | 281 | * Filter them by class. |
| 282 | 282 | * |
| 283 | - * @param Processor[] $processors | |
| 284 | - * @param string $filter_by_class | |
| 285 | - * @param array $data | |
| 283 | + * @param \Elementor\Data\Base\Processor[] $processors | |
| 284 | + * @param string $filter_by_class | |
| 285 | + * @param array $data | |
| 286 | 286 | * |
| 287 | 287 | * @return false|array |
| 288 | 288 | */ |
| 289 | 289 | public function run_processors( $processors, $filter_by_class, $data ) { |
| @@ -312,9 +312,9 @@ | ||
| 312 | 312 | * Simulate rest API from within the backend. |
| 313 | 313 | * Use args as query. |
| 314 | 314 | * |
| 315 | 315 | * @param string $endpoint |
| 316 | - * @param array $args | |
| 316 | + * @param array $args | |
| 317 | 317 | * @param string $method |
| 318 | 318 | * |
| 319 | 319 | * @return \WP_REST_Response |
| 320 | 320 | */ |
| @@ -340,9 +340,9 @@ | ||
| 340 | 340 | * |
| 341 | 341 | * Wrapper for `$this->run_request` return `$response->getData()` instead of `$response`. |
| 342 | 342 | * |
| 343 | 343 | * @param string $endpoint |
| 344 | - * @param array $args | |
| 344 | + * @param array $args | |
| 345 | 345 | * @param string $method |
| 346 | 346 | * |
| 347 | 347 | * @return array |
| 348 | 348 | */ |