Skip to content

Commit a86783b

Browse files
mihaileuactions-user
authored andcommitted
Apply php-cs-fixer changes
1 parent 4a88f20 commit a86783b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.php-cs-fixer.dist.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
*/
1414

1515
$header = <<<'EOF'
16-
This file is part of PHP CS Fixer.
16+
This file is part of PHP CS Fixer.
1717
18-
(c) Fabien Potencier <fabien@symfony.com>
19-
Dariusz Rumiński <dariusz.ruminski@gmail.com>
18+
(c) Fabien Potencier <fabien@symfony.com>
19+
Dariusz Rumiński <dariusz.ruminski@gmail.com>
2020
21-
This source file is subject to the MIT license that is bundled
22-
with this source code in the file LICENSE.
23-
EOF;
21+
This source file is subject to the MIT license that is bundled
22+
with this source code in the file LICENSE.
23+
EOF;
2424

2525
$finder = PhpCsFixer\Finder::create()
2626
->ignoreDotFiles(false)

0 commit comments

Comments
 (0)