You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Services/EeProductBunchProcessor.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ class EeProductBunchProcessor extends ProductBunchProcessor implements EeProduct
83
83
* @param \TechDivision\Import\Product\Assemblers\ProductAttributeAssemblerInterface $productAttributeAssembler The assembler to load the product attributes with
84
84
* @param \TechDivision\Import\Loaders\LoaderInterface $rawEntityLoader The raw entity loader instance
85
85
* @param \TechDivision\Import\Repositories\UrlRewriteRepositoryInterface $urlRewriteRepository The URL rewrite repository to use
86
-
* @param \TechDivision\Import\Dbal\Actions\ActionInterface $stockItemStatusAction The stock item status action to use
86
+
* @param \TechDivision\Import\Dbal\Actions\ActionInterface|null $stockItemStatusAction The stock item status action to use
0 commit comments