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