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 702cd60 commit 76359c2Copy full SHA for 76359c2
Magento2/Sniffs/Legacy/WidgetXMLSniff.php
@@ -34,7 +34,7 @@ public function register(): array
34
*/
35
public function process(File $phpcsFile, $stackPtr)
36
{
37
- if($stackPtr > 0) {
+ if ($stackPtr > 0) {
38
return;
39
}
40
0 commit comments