8000 Add empty preset to the list (#283) · laravel/pint@db61e81 · GitHub
[go: up one dir, main page]

Skip to content

Commit db61e81

Browse files
Add empty preset to the list (#283)
1 parent 04035df commit db61e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Output/SummaryOutput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class SummaryOutput
2424
'psr12' => 'PSR 12',
2525
'laravel' => 'Laravel',
2626
'symfony' => 'Symfony',
27+
'empty' => 'Empty',
2728
];
2829

2930
/**

0 commit comments

Comments
 (0)
0