There was an error while loading. Please reload this page.
1 parent 3fb5152 commit 45e558eCopy full SHA for 45e558e
Sniffs/Formatting/AlphabeticalUseStatementsSniff.php
@@ -84,7 +84,7 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
84
85
if ($this->_lastUseStatement !== '') {
86
if (strcmp($this->_lastUseStatement, $currentUseStatement) > 0) {
87
- $msg = 'USE statements mus be sorted alphabetically';
+ $msg = 'USE statements must be sorted alphabetically';
88
89
$phpcsFile->addError($msg, $stackPtr);
90
}
0 commit comments