Skip to content

Commit 5f4fc51

Browse files
committed
feat: update codely coding standard
1 parent b34318b commit 5f4fc51

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"phpstan/phpstan": "^1.10",
6262
"phpat/phpat": "^0.10.10",
6363
"phpmd/phpmd": "^2.14",
64-
"codelytv/coding-style": "^1.0"
64+
"codelytv/coding-style": "^1.1"
6565
},
6666
"autoload": {
6767
"psr-4": {

composer.lock

+14-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ecs.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
use CodelyTv\CodingStyle\CodelyRules;
5+
use CodelyTv\CodingStyle;
66
use PhpCsFixer\Fixer\ClassNotation\FinalClassFixer;
77
use Symplify\EasyCodingStandard\Config\ECSConfig;
88

@@ -13,7 +13,7 @@
1313
__DIR__ . '/tests',
1414
]);
1515

16-
$ecsConfig->sets([CodelyRules::CODING_STYLE]);
16+
$ecsConfig->sets([CodingStyle::DEFAULT]);
1717

1818
$ecsConfig->skip([
1919
FinalClassFixer::class => [

0 commit comments

Comments
 (0)