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 a595593 commit 2d825ceCopy full SHA for 2d825ce
3 files changed
phpcs.xml
@@ -4,4 +4,6 @@
4
5
<!-- Paths to check -->
6
<file>src</file>
7
+ <file>rector.php</file>
8
+ <file>structarmed.php</file>
9
</ruleset>
rector.php
@@ -13,7 +13,7 @@
13
__DIR__ . '/config',
14
__DIR__ . '/src',
15
__DIR__ . '/spec',
16
- __DIR__ . '/rector.php'
+ __DIR__ . '/rector.php',
17
])
18
->withRootFiles()
19
->withSkip([
structarmed.php
@@ -6,4 +6,4 @@
use Boundwize\StructArmed\Preset\Preset;
return Architecture::define()
- ->withPreset(Preset::PSR4(sourcePaths: ['src', 'spec']));
+ ->withPreset(Preset::PSR4(sourcePaths: ['src', 'spec']));
0 commit comments