Completed
Push — master ( 5a5008...1e6e7a )
by Tim
10s
created
src/Observers/UrlRewriteObserver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
     /**
391 391
      * Initialize's and return's the URL key filter.
392 392
      *
393
-     * @return \TechDivision\Import\Product\Utils\ConvertLiteralUrl The URL key filter
393
+     * @return ConvertLiteralUrl The URL key filter
394 394
      */
395 395
     protected function getUrlKeyFilter()
396 396
     {
@@ -488,7 +488,7 @@  discard block
 block discarded – undo
488 488
     /**
489 489
      * Return's the PK to create the product => attribute relation.
490 490
      *
491
-     * @return integer The PK to create the relation with
491
+     * @return string The PK to create the relation with
492 492
      */
493 493
     protected function getPrimaryKey()
494 494
     {
Please login to merge, or discard this patch.