We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e27739 commit 83451aaCopy full SHA for 83451aa
app/code/Magento/Cms/Test/Unit/Block/Adminhtml/Block/Widget/ChooserTest.php
@@ -320,7 +320,7 @@ public function testGetRowClickCallback(): void
320
);
321
$this->escaper->expects($this->once())
322
->method('escapeJs')
323
- ->willReturnCallback(function($input) {
+ ->willReturnCallback(function ($input) {
324
return $input;
325
});
326
$jsCallback = $chooserBlock->getRowClickCallback();
0 commit comments