There was an error while loading. Please reload this page.
1 parent 6eeccc5 commit 72a4bd6Copy full SHA for 72a4bd6
composer.json
@@ -12,6 +12,7 @@
12
"php": "^7.4",
13
"ergebnis/composer-normalize": "^2.4",
14
"php-parallel-lint/php-parallel-lint": "^1.2",
15
- "phpmd/phpmd": "^2.8"
+ "phpmd/phpmd": "^2.8",
16
+ "symplify/easy-coding-standard-prefixed": "^7.2"
17
}
18
ecs.yml
@@ -0,0 +1,14 @@
1
+parameters:
2
+ sets:
3
+ - 'clean-code'
4
+ - 'dead-code'
5
+ - 'psr12'
6
+ - 'php70'
7
+ - 'php71'
8
+ - 'common'
9
+
10
+ line_ending: '\n'
11
+services:
+ PhpCsFixer\Fixer\PhpUnit\PhpUnitMethodCasingFixer:
+ case: 'snake_case'
0 commit comments