Skip to content

Commit

Permalink
Remove deprecated rules
Browse files Browse the repository at this point in the history
Fixes #7.
  • Loading branch information
kelunik committed Dec 3, 2023
1 parent a06b254 commit a4ef85c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getRules(): array
"@PSR1" => true,
"@PSR2" => true,
"array_syntax" => ["syntax" => "short"],
"braces" => ["allow_single_line_closure" => true],
"blank_lines_before_namespace" => true,
"cast_spaces" => true,
"combine_consecutive_unsets" => true,
"declare_strict_types" => true,
Expand All @@ -57,7 +57,6 @@ public function getRules(): array
"psr_autoloading" => ['dir' => $this->src],
"return_type_declaration" => ["space_before" => "none"],
"short_scalar_cast" => true,
"single_blank_line_before_namespace" => true,
];
}
}

0 comments on commit a4ef85c

Please sign in to comment.