Skip to content

Commit 95b5f77

Browse files
committed
Expands the PHP preset
1 parent a0b5bd4 commit 95b5f77

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
@@ -44,6 +44,7 @@ public function getPresetGlob(): array
4444
'{T,t}est*',
4545
'{S,s}pec*',
4646
'{A,a}rt*',
47+
'{A,a}sset*',
4748
'{E,e}xample*',
4849
'LICENSE',
4950
'{{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
@@ -1559,6 +1559,7 @@ public function returnsExpectedDefaultGlobPatterns(): void
15591559
'{T,t}est*',
15601560
'{S,s}pec*',
15611561
'{A,a}rt*',
1562+
'{A,a}sset*',
15621563
'{E,e}xample*',
15631564
'LICENSE',
15641565
'{{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
@@ -95,6 +95,7 @@ public function createsExpectedDefaultLpvFile(): void
9595
{T,t}est*
9696
{S,s}pec*
9797
{A,a}rt*
98+
{A,a}sset*
9899
{E,e}xample*
99100
LICENSE
100101
{{M,m}ake,{B,b}ox,{V,v}agrant,{P,p}hulp}file

0 commit comments

Comments
 (0)