Skip to content

Commit 0946f6d

Browse files
committed
Expands the PHP preset
1 parent 28b408a commit 0946f6d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Presets/PhpPreset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function getPresetGlob(): array
3131
'phpstan*',
3232
'sonar*',
3333
'rector*',
34+
'phpkg.con*',
3435
'package*',
3536
'pint.json',
3637
'renovate.json',

tests/AnalyserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,7 @@ public function returnsExpectedDefaultGlobPatterns(): void
15461546
'phpstan*',
15471547
'sonar*',
15481548
'rector*',
1549+
'phpkg.con*',
15491550
'package*',
15501551
'pint.json',
15511552
'renovate.json',

tests/Commands/InitCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function createsExpectedDefaultLpvFile(): void
8282
phpstan*
8383
sonar*
8484
rector*
85+
phpkg.con*
8586
package*
8687
pint.json
8788
renovate.json

0 commit comments

Comments
 (0)