Completed
Push — pac-264--pdo-exception ( 610d92...01c42e )
by Tim
09:01
created
src/Services/AttributeBunchProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
285 285
      * ProductProcessor::beginTransaction() starts a new transaction.
286 286
      *
287
-     * @return boolean Returns TRUE on success or FALSE on failure
287
+     * @return boolean|null Returns TRUE on success or FALSE on failure
288 288
      * @link http://php.net/manual/en/pdo.commit.php
289 289
      */
290 290
     public function commit()
@@ -646,7 +646,7 @@  discard block
 block discarded – undo
646 646
      * @param string $entityTypeCode The entity type code to return the raw entity for
647 647
      * @param array  $data           An array with data that will be used to initialize the raw entity with
648 648
      *
649
-     * @return array The initialized entity
649
+     * @return \ArrayAccess The initialized entity
650 650
      */
651 651
     public function loadRawEntity($entityTypeCode, array $data = array())
652 652
     {
Please login to merge, or discard this patch.