Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
wogelius committed Aug 30, 2022
1 parent 6b80eaf commit 243bf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CegoRuleSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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,
Expand Down

0 comments on commit 243bf2b

Please sign in to comment.