Completed
Pull Request — master (#4)
by Tim
04:15
created
src/Subjects/BundleSubject.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\Utils\RegistryKeys;
24 24
 use TechDivision\Import\Product\Subjects\AbstractProductSubject;
25
-use TechDivision\Import\Product\Bundle\Services\ProductBundleProcessorInterface;
26 25
 
27 26
 /**
28 27
  * A SLSB that handles the process to import product variants.
Please login to merge, or discard this patch.
src/Services/ProductBundleProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@
 block discarded – undo
304 304
      *
305 305
      * @param array $productBundleSelectionPrice The product bundle selection price data to persist
306 306
      *
307
-     * @return void
307
+     * @return string
308 308
      */
309 309
     public function persistProductBundleSelectionPrice($productBundleSelectionPrice)
310 310
     {
Please login to merge, or discard this patch.