Passed
Push — master ( 3691f4...d4a7c5 )
by Bartosz
47s queued 10s
created
Model/AttachmentRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use LizardMedia\ProductAttachment\Model\Attachment\ContentValidator;
20 20
 use LizardMedia\ProductAttachment\Model\AttachmentRepository\SearchResultProcessor;
21 21
 use LizardMedia\ProductAttachment\Model\Product\TypeHandler\Attachment as AttachmentHandler;
22
-use LizardMedia\ProductAttachment\Model\ResourceModel\Attachment\Collection;
23 22
 use LizardMedia\ProductAttachment\Model\ResourceModel\Attachment\Collection as AttachmentCollection;
24 23
 use LizardMedia\ProductAttachment\Model\ResourceModel\Attachment\CollectionFactory as AttachmentCollectionFactory;
25 24
 use Magento\Catalog\Api\Data\ProductInterface;
Please login to merge, or discard this patch.
Controller/Download/Attachment.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use LizardMedia\ProductAttachment\Controller\DownloadProcessor;
17 17
 use Magento\Framework\App\Action\Action;
18 18
 use Magento\Framework\App\Action\Context;
19
-use Magento\Framework\Controller\Result\RawFactory;
20 19
 use Magento\Framework\Controller\Result\Redirect;
21 20
 use Magento\Framework\Controller\ResultInterface;
22 21
 use Magento\Framework\Exception\FileSystemException;
Please login to merge, or discard this patch.