Skip to content

Commit 64512dd

Browse files
committed
AC-661: Create phpcs static check for XmlTest
1 parent dc49aaa commit 64512dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Legacy/WidgetXMLSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function process(File $phpcsFile, $stackPtr)
3838
return;
3939
}
4040

41-
try{
41+
try {
4242
$xml = simplexml_load_string($this->getFormattedXML($phpcsFile));
4343
} catch (\Exception $e) {
4444
$phpcsFile->addError(

0 commit comments

Comments
 (0)