Completed
Push — master ( 8501d0...f2c022 )
by Tim
8s
created
src/Services/ImportProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -366,7 +366,7 @@
 block discarded – undo
366 366
     /**
367 367
      * Return's the repository to access link attributes.
368 368
      *
369
-     * @return \TechDivision\Import\Repositories\LinkTypeRepository The repository instance
369
+     * @return \TechDivision\Import\Repositories\LinkAttributeRepository The repository instance
370 370
      */
371 371
     public function getLinkAttributeRepository()
372 372
     {
Please login to merge, or discard this patch.
src/Observers/UrlObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     /**
117 117
      * Initialize's and return's the URL key filter.
118 118
      *
119
-     * @return \TechDivision\Import\Product\Utils\ConvertLiteralUrl The URL key filter
119
+     * @return ConvertLiteralUrl The URL key filter
120 120
      */
121 121
     protected function getUrlKeyFilter()
122 122
     {
Please login to merge, or discard this patch.