Completed
Push — master ( c2b612...40d106 )
by Tim
9s
created
src/Observers/UrlRewriteObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     /**
163 163
      * Initialize's and return's the URL key filter.
164 164
      *
165
-     * @return \TechDivision\Import\Product\Utils\ConvertLiteralUrl The URL key filter
165
+     * @return ConvertLiteralUrl The URL key filter
166 166
      */
167 167
     protected function getUrlKeyFilter()
168 168
     {
Please login to merge, or discard this patch.
src/Services/ProductProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
     /**
300 300
      * Return's the action with the product int attribute CRUD methods.
301 301
      *
302
-     * @return \TechDivision\Import\Product\Actions\ProductIntAction The action instance
302
+     * @return \TechDivision\Import\Product\Actions\ProductTextAction The action instance
303 303
      */
304 304
     public function getProductIntAction()
305 305
     {
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
     /**
454 454
      * Return's the action with the stock status CRUD methods.
455 455
      *
456
-     * @return \TechDivision\Import\Product\Actions\StockStatusAction The action instance
456
+     * @return \TechDivision\Import\Product\Actions\UrlRewriteAction The action instance
457 457
      */
458 458
     public function getUrlRewriteAction()
459 459
     {
Please login to merge, or discard this patch.