Completed
Push — master ( 139b81...f60ac0 )
by Bernhard
04:12
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/Callbacks/MultiselectCallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @param mixed $value The value to handle
42 42
      *
43
-     * @return mixed The modified value
43
+     * @return string The modified value
44 44
      * @see \TechDivision\Import\Product\Callbacks\ProductImportCallbackInterface::handle()
45 45
      */
46 46
     public function handle($value)
Please login to merge, or discard this patch.