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 7063659 commit c2786feCopy full SHA for c2786fe
Magento2/Sniffs/Legacy/ModuleXMLSniff.php
@@ -45,7 +45,7 @@ public function process(File $phpcsFile, $stackPtr)
45
$phpcsFile->addError(
46
sprintf(
47
"Couldn't parse contents of '%s', check that they are in valid XML format",
48
- basename($phpcsFile->getFilename()),
+ $phpcsFile->getFilename(),
49
),
50
$stackPtr,
51
self::WARNING_CODE
0 commit comments