File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/WebapiAsync Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class AsynchronousRequestProcessor implements RequestProcessorInterface
63
63
* @param RestResponse $response
64
64
* @param InputParamsResolver $inputParamsResolver
65
65
* @param MassSchedule $asyncBulkPublisher
66
- * @param WebapiAsyncConfig $webapiAsyncConfig
66
+ * @param WebApiAsyncConfig $webapiAsyncConfig
67
67
* @param DataObjectProcessor $dataObjectProcessor
68
68
* @param AsyncResponseInterfaceFactory $asyncResponse
69
69
* @param string $processorPath
Original file line number Diff line number Diff line change 10
10
11
11
use Magento \Framework \Serialize \SerializerInterface ;
12
12
use Magento \Webapi \Model \Cache \Type \Webapi as WebapiCache ;
13
- use Magento \WebapiAsync \Model \ServiceConfig \Converter ;
14
13
use Magento \Webapi \Model \Config \Converter as WebapiConverter ;
15
14
use Magento \Webapi \Model \Config ;
16
15
@@ -42,7 +41,7 @@ class BulkServiceConfig implements \Magento\Webapi\Model\ConfigInterface
42
41
* Initialize dependencies.
43
42
*
44
43
* @param WebapiCache $cache
45
- * @param Config $configReader
44
+ * @param Config $webapiConfig
46
45
* @param SerializerInterface $serializer
47
46
*/
48
47
public function __construct (
You can’t perform that action at this time.
0 commit comments