Skip to content

Commit

Permalink
Fix typo in AbstractFunctionRestrictionsSniff::is_targetted_token() D…
Browse files Browse the repository at this point in the history
…ocBlock
  • Loading branch information
rodrigoprimo committed Aug 26, 2024
1 parent dfd6c3a commit 2274d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/AbstractFunctionRestrictionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function process_token( $stackPtr ) {
}

/**
* Verify is the current token is a function call.
* Verify if the current token is a function call.
*
* @since 0.11.0 Split out from the `process()` method.
*
Expand Down

0 comments on commit 2274d55

Please sign in to comment.