Completed
Pull Request — master (#30)
by Tim
03:14
created
src/Subjects/AbstractProductSubject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
     /**
240 240
      * Return's the product processor instance.
241 241
      *
242
-     * @return \TechDivision\Import\Services\ProductProcessorInterface The product processor instance
242
+     * @return ProductProcessorInterface The product processor instance
243 243
      */
244 244
     public function getProductProcessor()
245 245
     {
Please login to merge, or discard this patch.
src/Observers/ProductAttributeObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
     /**
207 207
      * Return's the PK to create the product => attribute relation.
208 208
      *
209
-     * @return integer The PK to create the relation with
209
+     * @return string The PK to create the relation with
210 210
      */
211 211
     protected function getPrimaryKey()
212 212
     {
Please login to merge, or discard this patch.
src/Subjects/BunchSubject.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
 
23 23
 use Goodby\CSV\Export\Standard\Exporter;
24 24
 use Goodby\CSV\Export\Standard\ExporterConfig;
25
-use TechDivision\Import\Utils\RegistryKeys;
26
-use TechDivision\Import\Services\RegistryProcessor;
27 25
 use TechDivision\Import\Product\Utils\VisibilityKeys;
28 26
 
29 27
 /**
Please login to merge, or discard this patch.