Skip to content

Commit 2d825ce

Browse files
committed
cs fix
1 parent a595593 commit 2d825ce

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

phpcs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
<!-- Paths to check -->
66
<file>src</file>
7+
<file>rector.php</file>
8+
<file>structarmed.php</file>
79
</ruleset>

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__DIR__ . '/config',
1414
__DIR__ . '/src',
1515
__DIR__ . '/spec',
16-
__DIR__ . '/rector.php'
16+
__DIR__ . '/rector.php',
1717
])
1818
->withRootFiles()
1919
->withSkip([

structarmed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
use Boundwize\StructArmed\Preset\Preset;
77

88
return Architecture::define()
9-
->withPreset(Preset::PSR4(sourcePaths: ['src', 'spec']));
9+
->withPreset(Preset::PSR4(sourcePaths: ['src', 'spec']));

0 commit comments

Comments
 (0)