Skip to content

Commit aac4f3a

Browse files
committed
Remove fixer comments
1 parent a775e65 commit aac4f3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Universal/Sniffs/DeclareStatements/BlockModeSniff.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,6 @@ public function process(File $phpcsFile, $stackPtr)
177177
);
178178
return;
179179
}
180-
/*
181-
* To do: Add a fixer
182-
*
183-
* But only if strict_types is on its own. In this case we should remove the last brace,
184-
* remove the first one, and after the closing parenthesis add a comma.
185-
*
186-
* Add a fixable test for this case!
187-
*/
188180

189181
// Check if there is a code between the declare statement and opening brace/alternative syntax.
190182
$nextNonEmpty = $phpcsFile->findNext(Tokens::$emptyTokens, ($closeParenPtr + 1), null, true);

0 commit comments

Comments
 (0)