Skip to content

Commit 56d7e2e

Browse files
committed
Expands the PHP preset
1 parent 94775e3 commit 56d7e2e

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.1] - 2025-01-14
1115

1216
### Added

src/Presets/PhpPreset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function getPresetGlob(): array
3232
'rector*',
3333
'package*',
3434
'pint.json',
35+
'renovate.json',
3536
'*debugbar.json',
3637
'ecs*',
3738
'*.dist.*',

tests/AnalyserTest.php

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

tests/Commands/InitCommandTest.php

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

0 commit comments

Comments
 (0)