|
@@ -231,7 +231,7 @@ discard block |
|
|
block discarded – undo |
|
231
|
231
|
* Commits a transaction, returning the database connection to autocommit mode until the next call to |
|
232
|
232
|
* ProductProcessor::beginTransaction() starts a new transaction. |
|
233
|
233
|
* |
|
234
|
|
- * @return boolean Returns TRUE on success or FALSE on failure |
|
|
234
|
+ * @return boolean|null Returns TRUE on success or FALSE on failure |
|
235
|
235
|
* @link http://php.net/manual/en/pdo.commit.php |
|
236
|
236
|
*/ |
|
237
|
237
|
public function commit() |
|
@@ -483,7 +483,7 @@ discard block |
|
|
block discarded – undo |
|
483
|
483
|
* @param string $entityTypeCode The entity type code to return the raw entity for |
|
484
|
484
|
* @param array $data An array with data that will be used to initialize the raw entity with |
|
485
|
485
|
* |
|
486
|
|
- * @return array The initialized entity |
|
|
486
|
+ * @return \ArrayAccess The initialized entity |
|
487
|
487
|
*/ |
|
488
|
488
|
public function loadRawEntity($entityTypeCode, array $data = array()) |
|
489
|
489
|
{ |
Please login to merge, or discard this patch.