Completed
Push — pac-264--pdo-exception ( 4fc709...988845 )
by Tim
08:28
created
RoboFile.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,6 @@
 block discarded – undo
18 18
  * @link      http://www.techdivision.com
19 19
  */
20 20
 
21
-use Lurker\Event\FilesystemEvent;
22
-
23
-use Symfony\Component\Finder\Finder;
24
-
25 21
 /**
26 22
  * Defines the available build tasks.
27 23
  *
Please login to merge, or discard this patch.
src/Services/ProductBunchProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -362,7 +362,7 @@  discard block
 block discarded – undo
362 362
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
363 363
      * ProductProcessor::beginTransaction() starts a new transaction.
364 364
      *
365
-     * @return boolean Returns TRUE on success or FALSE on failure
365
+     * @return boolean|null Returns TRUE on success or FALSE on failure
366 366
      * @link http://php.net/manual/en/pdo.commit.php
367 367
      */
368 368
     public function commit()
@@ -937,7 +937,7 @@  discard block
 block discarded – undo
937 937
      * @param string $entityTypeCode The entity type code to return the raw entity for
938 938
      * @param array  $data           An array with data that will be used to initialize the raw entity with
939 939
      *
940
-     * @return array The initialized entity
940
+     * @return \ArrayAccess The initialized entity
941 941
      */
942 942
     public function loadRawEntity($entityTypeCode, array $data = array())
943 943
     {
Please login to merge, or discard this patch.
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.