Skip to content

Commit 237da3d

Browse files
author
Marcel Hauri
committed
[fix] invalid typehints
1 parent 919dd8c commit 237da3d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/code/Magento/WebapiAsync/Controller/Rest/AsynchronousRequestProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class AsynchronousRequestProcessor implements RequestProcessorInterface
6363
* @param RestResponse $response
6464
* @param InputParamsResolver $inputParamsResolver
6565
* @param MassSchedule $asyncBulkPublisher
66-
* @param WebapiAsyncConfig $webapiAsyncConfig
66+
* @param WebApiAsyncConfig $webapiAsyncConfig
6767
* @param DataObjectProcessor $dataObjectProcessor
6868
* @param AsyncResponseInterfaceFactory $asyncResponse
6969
* @param string $processorPath

app/code/Magento/WebapiAsync/Model/BulkServiceConfig.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
use Magento\Framework\Serialize\SerializerInterface;
1212
use Magento\Webapi\Model\Cache\Type\Webapi as WebapiCache;
13-
use Magento\WebapiAsync\Model\ServiceConfig\Converter;
1413
use Magento\Webapi\Model\Config\Converter as WebapiConverter;
1514
use Magento\Webapi\Model\Config;
1615

@@ -42,7 +41,7 @@ class BulkServiceConfig implements \Magento\Webapi\Model\ConfigInterface
4241
* Initialize dependencies.
4342
*
4443
* @param WebapiCache $cache
45-
* @param Config $configReader
44+
* @param Config $webapiConfig
4645
* @param SerializerInterface $serializer
4746
*/
4847
public function __construct(

0 commit comments

Comments
 (0)