Skip to content

Commit

Permalink
makr deprecated ControlStructureCurlyBracketsElseFixer replaced by co…
Browse files Browse the repository at this point in the history
…ntrol_structure_continuation_position:position:next_line
  • Loading branch information
WengerK committed Oct 21, 2023
1 parent f89bd0c commit 4cbd109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/drupal/phpcsfixer.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ parameters:
space: single
Drupal/blank_line_after_start_of_class: true
Drupal/blank_line_before_end_of_class: true
Drupal/control_structure_braces_else: true
Drupal/inline_comment_spacer: true
Drupal/try_catch_block: true
encoding: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* @internal
*
* @covers \drupol\PhpCsFixerConfigsDrupal\Fixer\ControlStructureCurlyBracketsElseFixer
*
* @deprecated replaced by control_structure_continuation_position:position:next_line
*/
final class ControlStructureCurlyBracketsElseFixerTest extends FixerTestCase
{
Expand Down

0 comments on commit 4cbd109

Please sign in to comment.