We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19344bd commit 2f6052fCopy full SHA for 2f6052f
Magento2/Sniffs/Legacy/ModuleXMLSniff.php
@@ -51,6 +51,7 @@ public function process(File $phpcsFile, $stackPtr)
51
$stackPtr,
52
self::ERROR_CODE
53
);
54
+ return;
55
}
56
57
$foundElements = $xml->xpath('/config/module[@version]');
0 commit comments