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 e606758 commit f77540aCopy full SHA for f77540a
ecs.php
@@ -86,7 +86,6 @@
86
use Symplify\EasyCodingStandard\ValueObject\Set\SetList;
87
88
return static function (ECSConfig $ecsConfig): void {
89
-
90
$ecsConfig->indentation('spaces');
91
92
$ecsConfig->sets([
@@ -227,14 +226,14 @@
227
226
'linesCountAfterLastUse' => 0,
228
'linesCountBetweenUseTypes' => 1,
229
'linesCountBeforeFirstUse' => 0,
230
- ]
+ ],
231
);
232
233
$ecsConfig->ruleWithConfiguration(
234
DuplicateSpacesSniff::class,
235
[
236
'ignoreSpacesInAnnotation' => true,
237
238
239
240
$ecsConfig->skip([
0 commit comments