Completed
Pull Request — master (#45)
by Tim
02:13
created
src/Services/CategoryBunchProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
291 291
      * ProductProcessor::beginTransaction() starts a new transaction.
292 292
      *
293
-     * @return boolean Returns TRUE on success or FALSE on failure
293
+     * @return boolean|null Returns TRUE on success or FALSE on failure
294 294
      * @link http://php.net/manual/en/pdo.commit.php
295 295
      */
296 296
     public function commit()
Please login to merge, or discard this patch.