Completed
Push — master ( 2a751e...994c5c )
by Tim
14s
created
src/Observers/UrlRewriteObserver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Return's the product bunch processor instance.
119 119
      *
120
-     * @return \TechDivision\Import\Product\Services\ProductBunchProcessorInterface The product bunch processor instance
120
+     * @return ProductUrlRewriteProcessorInterface The product bunch processor instance
121 121
      */
122 122
     protected function getProductUrlRewriteProcessor()
123 123
     {
@@ -622,7 +622,7 @@  discard block
 block discarded – undo
622 622
      * @param string $path          The path of the category to return
623 623
      * @param string $storeViewCode The store view code of the category to return
624 624
      *
625
-     * @return array The category
625
+     * @return string The category
626 626
      */
627 627
     protected function getCategoryByPath($path, $storeViewCode = StoreViewCodes::ADMIN)
628 628
     {
Please login to merge, or discard this patch.