Completed
Push — master ( 00926c...4a3877 )
by Tim
13s queued 11s
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/ProductVariantProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
233 233
      * ProductProcessor::beginTransaction() starts a new transaction.
234 234
      *
235
-     * @return boolean Returns TRUE on success or FALSE on failure
235
+     * @return boolean|null Returns TRUE on success or FALSE on failure
236 236
      * @link http://php.net/manual/en/pdo.commit.php
237 237
      */
238 238
     public function commit()
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
      * @param string $entityTypeCode The entity type code to return the raw entity for
498 498
      * @param array  $data           An array with data that will be used to initialize the raw entity with
499 499
      *
500
-     * @return array The initialized entity
500
+     * @return \ArrayAccess The initialized entity
501 501
      */
502 502
     public function loadRawEntity($entityTypeCode, array $data = array())
503 503
     {
Please login to merge, or discard this patch.
src/Observers/CleanUpVariantProductRelationObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
     /**
270 270
      * Return's the PK to create the product => variant relation.
271 271
      *
272
-     * @return integer The PK to create the relation with
272
+     * @return string The PK to create the relation with
273 273
      */
274 274
     protected function getLastPrimaryKey()
275 275
     {
Please login to merge, or discard this patch.