Skip to content

Commit

Permalink
Sigh...
Browse files Browse the repository at this point in the history
  • Loading branch information
Boegie committed Jan 3, 2024
1 parent 3358148 commit 55f086c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function processFunctionCall(

if ($tokens[($stackPtr - 1)]['type'] !== 'T_ASPERAND') {
$error = 'All trigger_error calls used for deprecation must be prefixed by an "@"';
$phpcsFile->addError($error, $stackPtr, 'FunctionTriggerError');
$phpcsFile->addError($error, $stackPtr, 'FunctionUnsilencedDeprecation');
}

}//end processFunctionCall()
Expand Down

0 comments on commit 55f086c

Please sign in to comment.