Skip to content

Commit

Permalink
Fixed spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 30, 2020
1 parent 85e7612 commit 952426c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function process(File $phpcsFile, $stackPtr)
continue;
}

// Just make sure those brackets dont belong to anyone,
// Just make sure those brackets don't belong to anyone,
// like an IF or FOR statement.
foreach ($tokens[$i]['nested_parenthesis'] as $bracket) {
if (isset($tokens[$bracket]['parenthesis_owner']) === true) {
Expand Down

0 comments on commit 952426c

Please sign in to comment.