Skip to content

Commit 952426c

Browse files
committed
Fixed spelling in comment
1 parent 85e7612 commit 952426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function process(File $phpcsFile, $stackPtr)
131131
continue;
132132
}
133133

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

0 commit comments

Comments
 (0)