diff --git a/config/whatwedo-common.php b/config/whatwedo-common.php index 68a48cc..119457f 100644 --- a/config/whatwedo-common.php +++ b/config/whatwedo-common.php @@ -56,6 +56,8 @@ $ecsConfig->sets([SetList::COMMON]); $ecsConfig->sets([SetList::PSR_12]); + $ecsConfig->dynamicSets(['@PER-CS2.0']); + $ecsConfig->rule(ValidClassNameSniff::class); $ecsConfig->rule(ClassCommentSniff::class); $ecsConfig->rule(FileCommentSniff::class);