Skip to content

Commit d3a45da

Browse files
authored
Merge pull request WordPress#2604 from rodrigoprimo/alternative-functions-fix-typo
WP/AlternativeFunctions: fix typo in code comment
2 parents 0a020d1 + 8f85cbd commit d3a45da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Sniffs/WP/AlternativeFunctionsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public function process_matched_token( $stackPtr, $group_name, $matched_content
259259
case 'file_get_contents':
260260
/*
261261
* Using `wp_remote_get()` will only work for remote URLs.
262-
* See if we can determine is this function call is for a local file and if so, bow out.
262+
* See if we can determine if this function call is for a local file and if so, bow out.
263263
*/
264264
$params = PassedParameters::getParameters( $this->phpcsFile, $stackPtr );
265265

0 commit comments

Comments
 (0)