Completed
Push — master ( 055a81...0ef96c )
by Tim
13s
created
src/Services/ProductBunchProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -378,7 +378,7 @@
 block discarded – undo
378 378
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
379 379
      * ProductProcessor::beginTransaction() starts a new transaction.
380 380
      *
381
-     * @return boolean Returns TRUE on success or FALSE on failure
381
+     * @return boolean|null Returns TRUE on success or FALSE on failure
382 382
      * @link http://php.net/manual/en/pdo.commit.php
383 383
      */
384 384
     public function commit()
Please login to merge, or discard this patch.