Skip to content

Commit d8d8cb7

Browse files
committed
AC-660: Create phpcs static check for DiConfigTest
- Fix return type
1 parent d0039ff commit d8d8cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Legacy/DiConfigSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function register(): array
3838
];
3939
}
4040

41-
public function process(File $phpcsFile, $stackPtr): int
41+
public function process(File $phpcsFile, $stackPtr)
4242
{
4343
$xml = simplexml_load_string($this->getFormattedXML($phpcsFile));
4444
if ($xml === false) {

0 commit comments

Comments
 (0)