Skip to content

Commit f3079c0

Browse files
committed
Expands the PHP preset
1 parent 2bf32ab commit f3079c0

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
@@ -19,6 +19,7 @@ public function getPresetGlob(): array
1919
'*.{png,gif,jpeg,jpg,webp}',
2020
'*.xml',
2121
'*.yml',
22+
'*.toml',
2223
'phpunit*',
2324
'appveyor.yml',
2425
'box.json',

tests/AnalyserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,7 @@ public function returnsExpectedDefaultGlobPatterns(): void
15341534
'*.{png,gif,jpeg,jpg,webp}',
15351535
'*.xml',
15361536
'*.yml',
1537+
'*.toml',
15371538
'phpunit*',
15381539
'appveyor.yml',
15391540
'box.json',

tests/Commands/InitCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function createsExpectedDefaultLpvFile(): void
7070
*.{png,gif,jpeg,jpg,webp}
7171
*.xml
7272
*.yml
73+
*.toml
7374
phpunit*
7475
appveyor.yml
7576
box.json

0 commit comments

Comments
 (0)