File tree Expand file tree Collapse file tree 3 files changed +5
-49
lines changed
app/code/Magento/AsynchronousOperations
dev/tests/integration/testsuite/Magento/SwaggerWebapiAsync/Block/Swagger Expand file tree Collapse file tree 3 files changed +5
-49
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ class BulkStatus implements BulkStatusInterface
57
57
private $ entityManager ;
58
58
59
59
/**
60
- * @var \Magento\AsynchronousOperations\Api\Data\DetailedBulkStatusInterfaceFactory
60
+ * @var BulkStatusDetailedFactory
61
61
*/
62
62
private $ bulkDetailedFactory ;
63
63
64
64
/**
65
- * @var \Magento\AsynchronousOperations\Api\Data\BulkStatus\ShortInterfaceFactory
65
+ * @var BulkStatusShortFactory
66
66
*/
67
67
private $ bulkShortFactory ;
68
68
@@ -74,8 +74,8 @@ class BulkStatus implements BulkStatusInterface
74
74
* @param \Magento\Framework\App\ResourceConnection $resourceConnection
75
75
* @param \Magento\AsynchronousOperations\Model\BulkStatus\CalculatedStatusSql $calculatedStatusSql
76
76
* @param \Magento\Framework\EntityManager\MetadataPool $metadataPool
77
- * @param \Magento\AsynchronousOperations\Api\Data\DetailedBulkStatusInterfaceFactory $bulkDetailedFactory
78
- * @param \Magento\AsynchronousOperations\Api\Data\BulkStatusInterfaceFactory $bulkShortFactory
77
+ * @param BulkStatusDetailedFactory $bulkDetailedFactory
78
+ * @param BulkStatusShortFactory $bulkShortFactory
79
79
* @param \Magento\Framework\EntityManager\EntityManager $entityManager
80
80
*/
81
81
public function __construct (
Original file line number Diff line number Diff line change 11
11
<preference for =" Magento\AsynchronousOperations\Api\Data\OperationListInterface" type =" Magento\AsynchronousOperations\Model\OperationList" />
12
12
<preference for =" Magento\Framework\Bulk\BulkManagementInterface" type =" Magento\AsynchronousOperations\Model\BulkManagement" />
13
13
<preference for =" Magento\AsynchronousOperations\Api\BulkStatusInterface" type =" Magento\AsynchronousOperations\Model\BulkStatus" />
14
+ <preference for =" Magento\Framework\Bulk\BulkStatusInterface" type =" Magento\AsynchronousOperations\Model\BulkStatus" />
14
15
<preference for =" Magento\Framework\Bulk\OperationManagementInterface" type =" Magento\AsynchronousOperations\Model\OperationManagement" />
15
16
<preference for =" Magento\AsynchronousOperations\Api\Data\OperationStatusInterface" type =" Magento\AsynchronousOperations\Model\OperationStatus" />
16
17
<preference for =" Magento\AsynchronousOperations\Api\Data\DetailedBulkStatusInterface" type =" Magento\AsynchronousOperations\Model\BulkStatus\Detailed" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments