Skip to content

Commit

Permalink
Fix docblock typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed Apr 17, 2024
1 parent 45a63b5 commit c348c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public function register() {

/**
* Processes the tokens that this sniff is interested in.
* The implementation was copied from PHPCompatibility\Sniffs\Extensions\RemovedExtensionsSniff::process().
*
* @param File $phpcsFile The file being scanned.
* @param int $stackPtr The position of the current token in the stack passed in $tokens.
Expand Down Expand Up @@ -461,6 +460,7 @@ protected static function find_hook_docblock( File $phpcs_file, $stack_pointer )

/**
* Determines if a T_STRING token represents a function call.
* The implementation was copied from PHPCompatibility\Sniffs\Extensions\RemovedExtensionsSniff::process().
*
* @param File $phpcs_file The file being scanned.
* @param int $stack_pointer The position of the T_STRING token in question.
Expand Down

0 comments on commit c348c0d

Please sign in to comment.