Completed
Push — 21.x ( bb9c8e )
by Tim
01:32
created
src/Services/ProductMediaProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
190 190
      * ProductProcessor::beginTransaction() starts a new transaction.
191 191
      *
192
-     * @return boolean Returns TRUE on success or FALSE on failure
192
+     * @return boolean|null Returns TRUE on success or FALSE on failure
193 193
      * @link http://php.net/manual/en/pdo.commit.php
194 194
      */
195 195
     public function commit()
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
      * @param string $entityTypeCode The entity type code to return the raw entity for
354 354
      * @param array  $data           An array with data that will be used to initialize the raw entity with
355 355
      *
356
-     * @return array The initialized entity
356
+     * @return \ArrayAccess The initialized entity
357 357
      */
358 358
     public function loadRawEntity($entityTypeCode, array $data = array())
359 359
     {
Please login to merge, or discard this patch.