Completed
Push — 9.x ( 6e4dfb )
by Tim
03:49
created
src/Services/CategoryBunchProcessor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 use TechDivision\Import\Actions\ActionInterface;
24 24
 use TechDivision\Import\Connection\ConnectionInterface;
25
-use TechDivision\Import\Actions\UrlRewriteActionInterface;
26 25
 use TechDivision\Import\Repositories\UrlRewriteRepositoryInterface;
27 26
 use TechDivision\Import\Repositories\EavEntityTypeRepositoryInterface;
28 27
 use TechDivision\Import\Repositories\EavAttributeRepositoryInterface;
Please login to merge, or discard this patch.
src/Subjects/BunchSubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
     {
198 198
 
199 199
         // explode the path of the root category
200
-        list ($rootCategoryPath, ) = explode('/', $path);
200
+        list ($rootCategoryPath,) = explode('/', $path);
201 201
 
202 202
         // query whether or not a root category with the given path exists
203 203
         if ($rootCategory = $this->getCategoryByPath($rootCategoryPath)) {
Please login to merge, or discard this patch.