Skip to content

Commit

Permalink
Merge pull request #5 from cego/thwo/psr12
Browse files Browse the repository at this point in the history
thwo/psr12
  • Loading branch information
wogelius authored Aug 30, 2022
2 parents 6b80eaf + 400eeef commit 4caec92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CegoRuleSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ class CegoRuleSet
public static function get(): array
{
return [
'@PSR2' => true,
'@PSR12' => true,
'no_blank_lines_after_phpdoc' => true,
'no_empty_phpdoc' => true,
'no_unused_imports' => true,
'no_blank_lines_after_class_opening' => true,
'no_whitespace_in_blank_line' => true,
'not_operator_with_space' => true,
'phpdoc_indent' => true,
'phpdoc_scalar' => true,
Expand Down

0 comments on commit 4caec92

Please sign in to comment.