Passed
Push — master ( 1c7c0d...a79bfe )
by Maciej
04:15
created
Block/Adminhtml/Catalogue/Edit/Form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Magento\Backend\Block\Template\Context;
12 12
 use Magento\Backend\Block\Widget\Form\Generic;
13
-use Magento\Cms\Model\Wysiwyg\Config;
14 13
 use Magento\Framework\Data\Form as DataForm;
15 14
 use Magento\Framework\Data\FormFactory;
16 15
 use Magento\Framework\Registry;
Please login to merge, or discard this patch.
Controller/Adminhtml/Catalogue/Edit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace MSlwk\ICatalogue\Controller\Adminhtml\Catalogue;
10 10
 
11 11
 use Magento\Backend\App\Action\Context;
12
-use Magento\Backend\Model\View\Result\Page;
13 12
 use Magento\Backend\Model\View\Result\Page as ResultPage;
14 13
 use Magento\Framework\Controller\ResultInterface;
15 14
 use Magento\Framework\Registry;
Please login to merge, or discard this patch.