Skip to content

Commit 76169a5

Browse files
committed
Apply own coding standard
1 parent e6f0163 commit 76169a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,14 @@
226226
'linesCountAfterLastUse' => 0,
227227
'linesCountBetweenUseTypes' => 1,
228228
'linesCountBeforeFirstUse' => 0,
229-
]
229+
],
230230
);
231231

232232
$ecsConfig->ruleWithConfiguration(
233233
DuplicateSpacesSniff::class,
234234
[
235235
'ignoreSpacesInAnnotation' => true,
236-
]
236+
],
237237
);
238238

239239
$ecsConfig->skip([

0 commit comments

Comments
 (0)