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 da4960c commit 98137b6Copy full SHA for 98137b6
Security/Sniffs/BadFunctions/NoEvalsSniff.php
@@ -27,7 +27,7 @@ public function register() {
27
*/
28
public function process(File $phpcsFile, $stackPtr) {
29
$tokens = $phpcsFile->getTokens();
30
- $error = 'Please do not use eval() functions';
+ $error = 'Please do not use eval()';
31
$phpcsFile->addError($error, $stackPtr, 'NoEvals');
32
}
33
0 commit comments