Completed
Push — master ( 5e57fe...6146fe )
by Tim
11:12 queued 11s
created
src/Services/ImportProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
281 281
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
282 282
      * ProductProcessor::beginTransaction() starts a new transaction.
283 283
      *
284
-     * @return boolean Returns TRUE on success or FALSE on failure
284
+     * @return boolean|null Returns TRUE on success or FALSE on failure
285 285
      * @link http://php.net/manual/en/pdo.commit.php
286 286
      */
287 287
     public function commit()
Please login to merge, or discard this patch.