Skip to content

Commit 2596a15

Browse files
committed
Merge branch 'documentation-sniff' of https://github.com/sjokkateer/PHP_CodeSniffer
2 parents ed9082c + b135bd5 commit 2596a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sniffs/Sniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function register();
4545
* is found.
4646
*
4747
* The stackPtr variable indicates where in the stack the token was found.
48-
* A sniff can acquire information this token, along with all the other
48+
* A sniff can acquire information about this token, along with all the other
4949
* tokens within the stack by first acquiring the token stack:
5050
*
5151
* <code>

0 commit comments

Comments
 (0)