Skip to content

Commit c3c99df

Browse files
Update PHP-CS-Fixer conf to ignore var folder
1 parent 7a01972 commit c3c99df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'.git/',
4141
'node_modules/',
4242
'vendor/',
43+
'var',
4344
])
4445
->name('*.php');
4546

0 commit comments

Comments
 (0)