Skip to content

Commit 3866450

Browse files
committed
ACP2E-778: REST API: Product names in cart always use default store view values
1 parent 4d238c3 commit 3866450

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Quote/Model/ResourceModel

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/ResourceModel/Quote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Quote extends AbstractDb
3838
* @param Snapshot $entitySnapshot
3939
* @param RelationComposite $entityRelationComposite
4040
* @param Manager $sequenceManager
41-
* @param $connectionName
41+
* @param string $connectionName
4242
* @param CartRepositoryInterface|null $quoteRepository
4343
*/
4444
public function __construct(

0 commit comments

Comments
 (0)