Completed
Push — 9.x ( 2209b0 )
by Tim
03:29
created
src/Services/ProductBundleProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
199 199
      * ProductProcessor::beginTransaction() starts a new transaction.
200 200
      *
201
-     * @return boolean Returns TRUE on success or FALSE on failure
201
+     * @return boolean|null Returns TRUE on success or FALSE on failure
202 202
      * @link http://php.net/manual/en/pdo.commit.php
203 203
      */
204 204
     public function commit()
Please login to merge, or discard this patch.