Skip to content

Commit 5f4d45f

Browse files
committed
AC-659: Create phpcs static check for ModuleXMLTest
1 parent 85de47c commit 5f4d45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Magento2/Sniffs/Legacy/ModuleXMLSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function process(File $phpcsFile, $stackPtr)
6565
if (property_exists($element->attributes(), 'active')) {
6666
$phpcsFile->addWarning(
6767
'The "active" attribute is obsolete. The list of active modules '.
68-
'is defined in deployment configuration.',
68+
'is defined in deployment configuration.',
6969
$stackPtr,
7070
$this->warningCode
7171
);
@@ -75,7 +75,7 @@ public function process(File $phpcsFile, $stackPtr)
7575

7676
/**
7777
* Check if the element passed is in the currently sniffed line
78-
*
78+
*
7979
* @param SimpleXMLElement $element
8080
* @param int $stackPtr
8181
* @return bool

0 commit comments

Comments
 (0)