Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 05a4f8b

Browse files
committed
[cs] add folders to scan
1 parent 2170032 commit 05a4f8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php_cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22
$finder = Symfony\CS\Finder\DefaultFinder::create()
3+
->in('src')
4+
->in('test')
35
->notPath('TestAsset')
46
->notPath('_files')
57
->filter(function (SplFileInfo $file) {

0 commit comments

Comments
 (0)