Skip to content

Commit b5dd546

Browse files
ACPT-757
fixing static test failure
1 parent b63e1c3 commit b5dd546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ protected function doReplace(array $urls): array
378378
* Searches existing rewrites with same requestPath & store, but ignores ones to be updated.
379379
*
380380
* @param array $urls
381+
* @param array $uniqueEntities
381382
* @return array
382383
*/
383384
private function findUrlConflicted(array $urls, array $uniqueEntities): array
@@ -447,7 +448,7 @@ private function upsertMultiple(array $data): void
447448
* Get filter for url rows deletion due to provided urls
448449
*
449450
* @param UrlRewrite[] $urls
450-
* @return array~/tmp/system.log
451+
* @return array
451452
* @deprecated 101.0.3 Not used anymore.
452453
* @see nothing
453454
*/

0 commit comments

Comments
 (0)