Completed
Push — 22.x ( a5931f )
by Tim
06:21
created
src/Services/ProductVariantProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
233 233
      * ProductProcessor::beginTransaction() starts a new transaction.
234 234
      *
235
-     * @return boolean Returns TRUE on success or FALSE on failure
235
+     * @return boolean|null Returns TRUE on success or FALSE on failure
236 236
      * @link http://php.net/manual/en/pdo.commit.php
237 237
      */
238 238
     public function commit()
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
      * @param string $entityTypeCode The entity type code to return the raw entity for
498 498
      * @param array  $data           An array with data that will be used to initialize the raw entity with
499 499
      *
500
-     * @return array The initialized entity
500
+     * @return \ArrayAccess The initialized entity
501 501
      */
502 502
     public function loadRawEntity($entityTypeCode, array $data = array())
503 503
     {
Please login to merge, or discard this patch.