Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 3d25dd3

Browse files
committed
Typo
1 parent a20eb1f commit 3d25dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeIgniter4/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function process(File $phpcsFile, $stackPtr)
135135
$phpcsFile->fixer->beginChangeset();
136136
$changeMade = false;
137137
for ($i = ($prevContent + 1); $i < $closeBrace; $i++) {
138-
// Try and maintain indentation.
138+
// Try to maintain indentation.
139139
if ($tokens[$i]['line'] === ($braceLine - 1)) {
140140
break;
141141
}

0 commit comments

Comments
 (0)