Completed
Pull Request — master (#5)
by Tim
05:59
created
src/Services/ProductMagic360Processor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
139 139
      * ProductProcessor::beginTransaction() starts a new transaction.
140 140
      *
141
-     * @return boolean Returns TRUE on success or FALSE on failure
141
+     * @return boolean|null Returns TRUE on success or FALSE on failure
142 142
      * @link http://php.net/manual/en/pdo.commit.php
143 143
      */
144 144
     public function commit()
Please login to merge, or discard this patch.