From 243bf2b81bf64705aca2e96e9e64215b34664f87 Mon Sep 17 00:00:00 2001 From: Thomas Wogelius Date: Tue, 30 Aug 2022 09:53:06 +0200 Subject: [PATCH] done --- src/CegoRuleSet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CegoRuleSet.php b/src/CegoRuleSet.php index fcbcdf4..514a63d 100644 --- a/src/CegoRuleSet.php +++ b/src/CegoRuleSet.php @@ -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,