Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 5bff58b

Browse files
author
Vasiliev.A
committed
fix annotation, remove undefined interface from use
1 parent fc35895 commit 5bff58b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/AsynchronousOperations/Model/BulkStatus.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Magento\Framework\EntityManager\EntityManager;
1818
use Magento\AsynchronousOperations\Api\Data\BulkStatusInterfaceFactory as BulkStatusShortFactory;
1919
use Magento\AsynchronousOperations\Api\Data\DetailedBulkStatusInterfaceFactory as BulkStatusDetailedFactory;
20-
use Magento\AsynchronousOperations\Api\Data\OperationDetailsInterfaceFactory;
2120
use Magento\AsynchronousOperations\Api\BulkStatusInterface;
2221

2322
/**
@@ -62,7 +61,7 @@ class BulkStatus implements BulkStatusInterface
6261
private $bulkDetailedFactory;
6362

6463
/**
65-
* @var \Magento\AsynchronousOperations\Api\Data\BulkStatus\ShortInterfaceFactory
64+
* @var \Magento\AsynchronousOperations\Api\Data\BulkStatusInterfaceFactory
6665
*/
6766
private $bulkShortFactory;
6867

0 commit comments

Comments
 (0)