Skip to content

Commit 22c2a4d

Browse files
committed
Expands the PHP preset
1 parent 1a96f62 commit 22c2a4d

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function getPresetGlob(): array
3131
'rector*',
3232
'package*',
3333
'pint.json',
34+
'*debugbar.json',
3435
'ecs*',
3536
'*.dist.*',
3637
'*.dist',

tests/AnalyserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,7 @@ public function returnsExpectedDefaultGlobPatterns(): void
15111511
'rector*',
15121512
'package*',
15131513
'pint.json',
1514+
'*debugbar.json',
15141515
'ecs*',
15151516
'*.dist.*',
15161517
'*.dist',

tests/Commands/InitCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function createsExpectedDefaultLpvFile(): void
8888
rector*
8989
package*
9090
pint.json
91+
*debugbar.json
9192
ecs*
9293
*.dist.*
9394
*.dist

0 commit comments

Comments
 (0)