diff --git a/WordPress/AbstractFunctionRestrictionsSniff.php b/WordPress/AbstractFunctionRestrictionsSniff.php index 3523764b9..8ad1e5e58 100644 --- a/WordPress/AbstractFunctionRestrictionsSniff.php +++ b/WordPress/AbstractFunctionRestrictionsSniff.php @@ -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. *