Completed
Pull Request — master (#61)
by Tim
08:11
created
src/Subjects/EeBunchSubject.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * Return's the row ID of the product that has been created recently.
84 84
      *
85
-     * @return string The row Id
85
+     * @return integer The row Id
86 86
      */
87 87
     public function getLastRowId()
88 88
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,6 @@
 block discarded – undo
21 21
 namespace TechDivision\Import\Product\Ee\Subjects;
22 22
 
23 23
 use TechDivision\Import\Utils\RegistryKeys;
24
-use TechDivision\Import\Utils\StoreViewCodes;
25
-use TechDivision\Import\Product\Ee\Utils\MemberNames;
26 24
 use TechDivision\Import\Product\Subjects\BunchSubject;
27 25
 use TechDivision\Import\Product\Ee\Exceptions\MapSkuToRowIdException;
28 26
 
Please login to merge, or discard this patch.
RoboFile.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,6 @@
 block discarded – undo
18 18
  * @link      http://www.techdivision.com
19 19
  */
20 20
 
21
-use Lurker\Event\FilesystemEvent;
22
-
23
-use Symfony\Component\Finder\Finder;
24
-
25 21
 /**
26 22
  * Defines the available build tasks.
27 23
  *
Please login to merge, or discard this patch.