Skip to content

Commit 4a4625a

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #551
2 parents 3573729 + f5e19ed commit 4a4625a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
<?php
22

3+
$finder = PhpCsFixer\Finder::create()
4+
->in(__DIR__)
5+
->exclude('var')
6+
;
7+
38
return PhpCsFixer\Config::create()
49
->setRules([
510
'@Symfony' => true,
611
'array_syntax' => ['syntax' => 'short'],
712
])
13+
->setFinder($finder)
814
;

0 commit comments

Comments
 (0)