Skip to content

Commit c46061a

Browse files
committed
Expands the PHP preset
1 parent 1a96f62 commit c46061a

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Further PHP preset expansion.
13+
1014
## [v4.1.0] - 2024-11-11
1115

1216
### Added

src/Presets/PhpPreset.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ public function getPresetGlob(): array
2525
'composer-dependency-analyser*',
2626
'collision-detector*',
2727
'captainhook.json',
28+
'peck.json',
2829
'infection*',
2930
'phpstan*',
3031
'sonar*',
3132
'rector*',
3233
'package*',
3334
'pint.json',
35+
'*debugbar.json',
3436
'ecs*',
3537
'*.dist.*',
3638
'*.dist',

tests/AnalyserTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,12 +1505,14 @@ public function returnsExpectedDefaultGlobPatterns(): void
15051505
'composer-dependency-analyser*',
15061506
'collision-detector*',
15071507
'captainhook.json',
1508+
'peck.json',
15081509
'infection*',
15091510
'phpstan*',
15101511
'sonar*',
15111512
'rector*',
15121513
'package*',
15131514
'pint.json',
1515+
'*debugbar.json',
15141516
'ecs*',
15151517
'*.dist.*',
15161518
'*.dist',

tests/Commands/InitCommandTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,14 @@ public function createsExpectedDefaultLpvFile(): void
8282
composer-dependency-analyser*
8383
collision-detector*
8484
captainhook.json
85+
peck.json
8586
infection*
8687
phpstan*
8788
sonar*
8889
rector*
8990
package*
9091
pint.json
92+
*debugbar.json
9193
ecs*
9294
*.dist.*
9395
*.dist

0 commit comments

Comments
 (0)