Skip to content

Commit 64fa0cc

Browse files
committed
AC-663: Create phpcs static check for ClassesTest::testPhpCode
1 parent b10df58 commit 64fa0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Magento2/Sniffs/Legacy/ClassReferencesInConfigurationFilesSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function process(File $phpcsFile, $stackPtr)
6464
}
6565

6666
/**
67-
* Check whether specified classes or module names correspond to a file according PSR-1 Standard.
67+
* Check whether specified class names are right according PSR-1 Standard.
6868
*
6969
* @param File $phpcsFile
7070
* @param ExtendedNode[] $elements
@@ -86,7 +86,7 @@ private function assertNonFactoryName(File $phpcsFile, array $elements)
8686
}
8787

8888
/**
89-
* Check whether specified classes or module names correspond to a file according PSR-1 Standard.
89+
* Check whether specified class names in modules are right according PSR-1 Standard.
9090
*
9191
* @param File $phpcsFile
9292
* @param ExtendedNode[] $classes

0 commit comments

Comments
 (0)