Completed
Push — master ( fd1e29...4787a2 )
by Tim
07:04 queued 05:46
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/Services/ProductBunchProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -970,7 +970,7 @@
 block discarded – undo
970 970
      * @param string $entityTypeCode The entity type code to return the raw entity for
971 971
      * @param array  $data           An array with data that will be used to initialize the raw entity with
972 972
      *
973
-     * @return array The initialized entity
973
+     * @return \ArrayAccess The initialized entity
974 974
      */
975 975
     public function loadRawEntity($entityTypeCode, array $data = array())
976 976
     {
Please login to merge, or discard this patch.