Skip to content

Commit a178827

Browse files
committed
Expands the PHP preset
1 parent 0179e66 commit a178827

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
@@ -28,6 +28,7 @@ public function getPresetGlob(): array
2828
'pint.{json,php}',
2929
'renovate.json',
3030
'*debugbar.json',
31+
'phpinsights*',
3132
'ecs*',
3233
'RMT',
3334
'{{M,m}ake,{B,b}ox,{V,v}agrant,{P,p}hulp}file'

tests/AnalyserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,7 @@ public function returnsExpectedDefaultGlobPatterns(): void
15501550
'.githooks',
15511551
'package*',
15521552
'peck.json',
1553+
'phpinsights*',
15531554
'phpkg.con*',
15541555
'phpstan*',
15551556
'phpunit*',

tests/Commands/InitCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public function createsExpectedDefaultLpvFile(): void
121121
pint.{json,php}
122122
renovate.json
123123
*debugbar.json
124+
phpinsights*
124125
ecs*
125126
RMT
126127
{{M,m}ake,{B,b}ox,{V,v}agrant,{P,p}hulp}file

0 commit comments

Comments
 (0)