Skip to content

Commit b692ea6

Browse files
authored
Fix php warning on update item qty request from sidebar
Fix static test failure
1 parent 7135be5 commit b692ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Controller/Sidebar/UpdateItemQty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(
6262
}
6363

6464
/**
65-
* @return $this
65+
* @inheritdoc
6666
*/
6767
public function execute()
6868
{

0 commit comments

Comments
 (0)