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 dc49aaa commit 64512ddCopy full SHA for 64512dd
Magento2/Sniffs/Legacy/WidgetXMLSniff.php
@@ -38,7 +38,7 @@ public function process(File $phpcsFile, $stackPtr)
38
return;
39
}
40
41
- try{
+ try {
42
$xml = simplexml_load_string($this->getFormattedXML($phpcsFile));
43
} catch (\Exception $e) {
44
$phpcsFile->addError(
0 commit comments