Completed
Push — master ( 0c2dcd...3f964a )
by Tim
22s queued 16s
created
src/Services/ProductBundleProcessor.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -108,10 +108,10 @@  discard block
 block discarded – undo
108 108
      * Initialize the processor with the necessary assembler and repository instances.
109 109
      *
110 110
      * @param \PDO                                                                           $connection                        The PDO connection to use
111
-     * @param \TechDivision\Import\Product\Bundle\Respository\BundleOptionRepository         $bundleOptionRepository            The bundle option repository to use
112
-     * @param \TechDivision\Import\Product\Bundle\Respository\BundleOptionValueRepository    $bundleOptionValueRepository       The bundle option value repository to use
113
-     * @param \TechDivision\Import\Product\Bundle\Respository\BundleSelectionRepository      $bundleSelectionRepository         The bundle selection repository to use
114
-     * @param \TechDivision\Import\Product\Bundle\Respository\BundleSelectionPriceRepository $bundleSelectionPriceRepository    The bundle selection price repository to use
111
+     * @param BundleOptionRepository         $bundleOptionRepository            The bundle option repository to use
112
+     * @param BundleOptionValueRepository    $bundleOptionValueRepository       The bundle option value repository to use
113
+     * @param BundleSelectionRepository      $bundleSelectionRepository         The bundle selection repository to use
114
+     * @param BundleSelectionPriceRepository $bundleSelectionPriceRepository    The bundle selection price repository to use
115 115
      * @param \TechDivision\Import\Product\Bundle\Actions\ProductBundleOptionAction          $productBundleOptionAction         The product bundle option action to use
116 116
      * @param \TechDivision\Import\Product\Bundle\Actions\ProductBundleOptionValueAction     $productBundleOptionValueAction    The product bundle option value action to use
117 117
      * @param \TechDivision\Import\Product\Bundle\Actions\ProductBundleSelectionAction       $productBundleSelectionAction      The product bundle selection action to use
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
     /**
297 297
      * Set's the repository to load bundle option data.
298 298
      *
299
-     * @param \TechDivision\Import\Product\Bundle\Repository\BundleOptionRespository $bundleOptionRespository The repository instance
299
+     * @param BundleOptionRepository $bundleOptionRespository The repository instance
300 300
      *
301 301
      * @return void
302 302
      */
@@ -318,7 +318,7 @@  discard block
 block discarded – undo
318 318
     /**
319 319
      * Set's the repository to load bundle option value data.
320 320
      *
321
-     * @param \TechDivision\Import\Product\Bundle\Repository\BundleOptionValueRespository $bundleOptionValueRespository The repository instance
321
+     * @param BundleOptionValueRepository $bundleOptionValueRespository The repository instance
322 322
      *
323 323
      * @return void
324 324
      */
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
     /**
341 341
      * Set's the repository to load bundle selection data.
342 342
      *
343
-     * @param \TechDivision\Import\Product\Bundle\Repository\BundleSelectionRespository $bundleSelectionRespository The repository instance
343
+     * @param BundleSelectionRepository $bundleSelectionRespository The repository instance
344 344
      *
345 345
      * @return void
346 346
      */
@@ -362,7 +362,7 @@  discard block
 block discarded – undo
362 362
     /**
363 363
      * Set's the repository to load bundle selection price data.
364 364
      *
365
-     * @param \TechDivision\Import\Product\Bundle\Repository\BundleSelectionPriceRespository $bundleSelectionPriceRespository The repository instance
365
+     * @param BundleSelectionPriceRepository $bundleSelectionPriceRespository The repository instance
366 366
      *
367 367
      * @return void
368 368
      */
Please login to merge, or discard this patch.