Skip to content

Commit 76359c2

Browse files
committed
AC-661: Create phpcs static check for XmlTest
1 parent 702cd60 commit 76359c2

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
@@ -34,7 +34,7 @@ public function register(): array
3434
*/
3535
public function process(File $phpcsFile, $stackPtr)
3636
{
37-
if($stackPtr > 0) {
37+
if ($stackPtr > 0) {
3838
return;
3939
}
4040

0 commit comments

Comments
 (0)