Completed
Pull Request — master (#9)
by Tim
04:29
created
src/Services/ProductVariantProcessor.php 1 patch
Doc Comments   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -124,12 +124,12 @@  discard block
 block discarded – undo
124 124
      * Initialize the processor with the necessary assembler and repository instances.
125 125
      *
126 126
      * @param \PDO                                                                           $connection                           The PDO connection to use
127
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository    $eavAttributeOptionValueRepository    The EAV attribute option value repository to use
128
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeRepository               $eavAttributeRepository               The EAV attribute repository to use
129
-     * @param \TechDivision\Import\Product\Repositories\ProductRelationRepository            $productRelationRepository            The product relation repository to use
130
-     * @param \TechDivision\Import\Product\Repositories\ProductSuperLinkRepository           $productSuperLinkRepository           The product super link repository to use
131
-     * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeRepository      $productSuperAttributeRepository      The product super attribute repository to use
132
-     * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository The product super attribute label repository to use
127
+     * @param EavAttributeOptionValueRepository    $eavAttributeOptionValueRepository    The EAV attribute option value repository to use
128
+     * @param EavAttributeRepository               $eavAttributeRepository               The EAV attribute repository to use
129
+     * @param ProductRelationRepository            $productRelationRepository            The product relation repository to use
130
+     * @param ProductSuperLinkRepository           $productSuperLinkRepository           The product super link repository to use
131
+     * @param ProductSuperAttributeRepository      $productSuperAttributeRepository      The product super attribute repository to use
132
+     * @param ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository The product super attribute label repository to use
133 133
      * @param \TechDivision\Import\Product\Variant\Actions\ProductRelationAction             $productRelationAction                The product relation action to use
134 134
      * @param \TechDivision\Import\Product\Variant\Actions\ProductSuperLinkAction            $productSuperLinkAction               The product super link action to use
135 135
      * @param \TechDivision\Import\Product\Variant\Actions\ProductSuperAttributeAction       $productSuperAttributeAction          The product super attribute action to use
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
     /**
231 231
      * Set's the repository to access EAV attributes.
232 232
      *
233
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeRepository $eavAttributeRepository The repository to access EAV attributes
233
+     * @param EavAttributeRepository $eavAttributeRepository The repository to access EAV attributes
234 234
      *
235 235
      * @return void
236 236
      */
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
     /**
253 253
      * Set's the repository to access product relations.
254 254
      *
255
-     * @param \TechDivision\Import\Product\Repositories\ProductRelationRepository $productRelationRepository The repository instance
255
+     * @param ProductRelationRepository $productRelationRepository The repository instance
256 256
      *
257 257
      * @return void
258 258
      */
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
     /**
275 275
      * Set's the repository to access product super links.
276 276
      *
277
-     * @param \TechDivision\Import\Product\Repositories\ProductSuperLinkRepository $productSuperLinkRepository The repository instance
277
+     * @param ProductSuperLinkRepository $productSuperLinkRepository The repository instance
278 278
      *
279 279
      * @return void
280 280
      */
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
     /**
297 297
      * Set's the repository to access product super attributes.
298 298
      *
299
-     * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeRepository $productSuperAttributeRepository The repository instance
299
+     * @param ProductSuperAttributeRepository $productSuperAttributeRepository 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 access product super attribute labels.
320 320
      *
321
-     * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository The repository instance
321
+     * @param ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository 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 access EAV attribute option values.
342 342
      *
343
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values
343
+     * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values
344 344
      *
345 345
      * @return void
346 346
      */
Please login to merge, or discard this patch.