Completed
Pull Request — master (#162)
by Tim
18:25 queued 08:27
created
src/Observers/UrlKeyObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
      * @param \TechDivision\Import\Subjects\UrlKeyAwareSubjectInterface $subject  The subject to make the URL key unique for
334 334
      * @param array                                                     $entity   The entity to make the URL key unique for
335 335
      * @param string                                                    $urlKey   The URL key to make unique
336
-     * @param array                                                     $urlPaths The URL paths to make unique
336
+     * @param string[]                                                     $urlPaths The URL paths to make unique
337 337
      *
338 338
      * @return string The unique URL key
339 339
      */
Please login to merge, or discard this patch.
src/Subjects/BunchSubject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use TechDivision\Import\Loaders\LoaderInterface;
26 26
 use TechDivision\Import\Services\RegistryProcessorInterface;
27 27
 use TechDivision\Import\Utils\Generators\GeneratorInterface;
28
-use TechDivision\Import\Utils\StoreViewCodes;
29 28
 use TechDivision\Import\Utils\Mappings\MapperInterface;
30 29
 use TechDivision\Import\Product\Utils\MemberNames;
31 30
 use TechDivision\Import\Product\Utils\RegistryKeys;
Please login to merge, or discard this patch.