Completed
Pull Request — master (#15)
by Tim
09:17
created
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.
src/Observers/EeCleanUpVariantProductRelationObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Return's the PK to create the product => variant relation.
39 39
      *
40
-     * @return integer The PK to create the relation with
40
+     * @return string The PK to create the relation with
41 41
      */
42 42
     protected function getLastPrimaryKey()
43 43
     {
Please login to merge, or discard this patch.