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 d0039ff commit d8d8cb7Copy full SHA for d8d8cb7
Magento2/Sniffs/Legacy/DiConfigSniff.php
@@ -38,7 +38,7 @@ public function register(): array
38
];
39
}
40
41
- public function process(File $phpcsFile, $stackPtr): int
+ public function process(File $phpcsFile, $stackPtr)
42
{
43
$xml = simplexml_load_string($this->getFormattedXML($phpcsFile));
44
if ($xml === false) {
0 commit comments