From b135bd51a20c34ca0e7719debd1cef6b493316df Mon Sep 17 00:00:00 2001 From: Remy Bos <27890746+sjokkateer@users.noreply.github.com> Date: Sun, 13 Mar 2022 11:42:44 +0100 Subject: [PATCH] [Fix] Docblock of Sniff::process() --- src/Sniffs/Sniff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sniffs/Sniff.php b/src/Sniffs/Sniff.php index c9d7daea82..3f0fb6a1cf 100644 --- a/src/Sniffs/Sniff.php +++ b/src/Sniffs/Sniff.php @@ -45,7 +45,7 @@ public function register(); * is found. * * The stackPtr variable indicates where in the stack the token was found. - * A sniff can acquire information this token, along with all the other + * A sniff can acquire information about this token, along with all the other * tokens within the stack by first acquiring the token stack: * *