Skip to content

Commit f77540a

Browse files
committed
Apply own coding standard
1 parent e606758 commit f77540a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ecs.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
use Symplify\EasyCodingStandard\ValueObject\Set\SetList;
8787

8888
return static function (ECSConfig $ecsConfig): void {
89-
9089
$ecsConfig->indentation('spaces');
9190

9291
$ecsConfig->sets([
@@ -227,14 +226,14 @@
227226
'linesCountAfterLastUse' => 0,
228227
'linesCountBetweenUseTypes' => 1,
229228
'linesCountBeforeFirstUse' => 0,
230-
]
229+
],
231230
);
232231

233232
$ecsConfig->ruleWithConfiguration(
234233
DuplicateSpacesSniff::class,
235234
[
236235
'ignoreSpacesInAnnotation' => true,
237-
]
236+
],
238237
);
239238

240239
$ecsConfig->skip([

0 commit comments

Comments
 (0)