Skip to content

Commit 0a264dd

Browse files
committed
Fixed static test failure
1 parent f59e628 commit 0a264dd

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Order/Create

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ protected function _prepareLayout()
3737
}
3838

3939
if ($this->getCustomerId()) {
40+
// phpstan:ignore "Undefined variable"
4041
$button = clone $button;
4142
$button->unsId();
4243
$this->setChild('bottom_button', $button);

0 commit comments

Comments
 (0)