Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
fix annotation, remove undefined interface from use
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliev.A committed Mar 28, 2018
1 parent fc35895 commit 5bff58b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/Magento/AsynchronousOperations/Model/BulkStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Magento\Framework\EntityManager\EntityManager;
use Magento\AsynchronousOperations\Api\Data\BulkStatusInterfaceFactory as BulkStatusShortFactory;
use Magento\AsynchronousOperations\Api\Data\DetailedBulkStatusInterfaceFactory as BulkStatusDetailedFactory;
use Magento\AsynchronousOperations\Api\Data\OperationDetailsInterfaceFactory;
use Magento\AsynchronousOperations\Api\BulkStatusInterface;

/**
Expand Down Expand Up @@ -62,7 +61,7 @@ class BulkStatus implements BulkStatusInterface
private $bulkDetailedFactory;

/**
* @var \Magento\AsynchronousOperations\Api\Data\BulkStatus\ShortInterfaceFactory
* @var \Magento\AsynchronousOperations\Api\Data\BulkStatusInterfaceFactory
*/
private $bulkShortFactory;

Expand Down

0 comments on commit 5bff58b

Please sign in to comment.