Skip to content

Commit 8af2dd6

Browse files
✨ Fix CSFixer
1 parent 98eb1d1 commit 8af2dd6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.php-cs-fixer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
/**
33
* Copyright (c) Dimitri BOUTEILLE (https://github.com/dimitriBouteille)
44
* See LICENSE.txt for license details.
5-
*
6-
* Author: Dimitri BOUTEILLE <bonjour@dimitri-bouteille.fr>
75
*/
86

97
$finder = \PhpCsFixer\Finder::create()
108
->name('*.php')
119
->in([
1210
'src',
13-
'tests/Unit'
11+
'tests/Unit',
1412
])
1513
;
1614

0 commit comments

Comments
 (0)