Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EscapeOutput: remove unused variable
$end
This commit removes the unnecessary initialization of the variable `$end` at the beginning of the sniff code. Every single `case` statement of the `switch` that follows either re-initialize the variable with a different value or returns without using the variable.
- Loading branch information