We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb5326 commit 2388f36Copy full SHA for 2388f36
ecs-internal.php
@@ -1,5 +1,6 @@
1
<?php declare(strict_types=1);
2
3
+use Lmc\CodingStandard\Set\SetList;
4
use PHP_CodeSniffer\Standards\Generic\Sniffs\PHP\ForbiddenFunctionsSniff;
5
use PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer;
6
use PhpCsFixer\Fixer\PhpUnit\PhpUnitTestAnnotationFixer;
@@ -14,7 +15,7 @@
14
15
->withRootFiles()
16
->withSets(
17
[
- __DIR__ . '/ecs.php',
18
+ SetList::ALMACAREER,
19
],
20
)
21
->withConfiguredRule(PhpUnitTestAnnotationFixer::class, ['style' => 'annotation'])
0 commit comments