Skip to content

Commit

Permalink
Update src/Fixer/Whitespace/StatementIndentationFixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 26, 2023
1 parent a48a7c4 commit 77c36a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Fixer/Whitespace/StatementIndentationFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ protected function createConfigurationDefinition(): FixerConfigurationResolverIn
->setDefault(false)
->getOption(),
]);
// $this->configuration['stick_comment_to_next_continuous_control_statement']
}

protected function applyFix(\SplFileInfo $file, Tokens $tokens): void
Expand Down

0 comments on commit 77c36a5

Please sign in to comment.