Skip to content

Commit 3b217aa

Browse files
committed
Expands the PHP preset
1 parent bb03132 commit 3b217aa

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
@@ -42,6 +42,7 @@ public function getPresetGlob(): array
4242
'{T,t}ool*',
4343
'{T,t}est*',
4444
'{S,s}pec*',
45+
'{A,a}rt*',
4546
'{E,e}xample*',
4647
'LICENSE',
4748
'{{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
@@ -1557,6 +1557,7 @@ public function returnsExpectedDefaultGlobPatterns(): void
15571557
'{T,t}ool*',
15581558
'{T,t}est*',
15591559
'{S,s}pec*',
1560+
'{A,a}rt*',
15601561
'{E,e}xample*',
15611562
'LICENSE',
15621563
'{{M,m}ake,{B,b}ox,{V,v}agrant,{P,p}hulp}file',

tests/Commands/InitCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public function createsExpectedDefaultLpvFile(): void
9393
{T,t}ool*
9494
{T,t}est*
9595
{S,s}pec*
96+
{A,a}rt*
9697
{E,e}xample*
9798
LICENSE
9899
{{M,m}ake,{B,b}ox,{V,v}agrant,{P,p}hulp}file

0 commit comments

Comments
 (0)