We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a88f20 commit a86783bCopy full SHA for a86783b
.php-cs-fixer.dist.php
@@ -13,14 +13,14 @@
13
*/
14
15
$header = <<<'EOF'
16
-This file is part of PHP CS Fixer.
+ This file is part of PHP CS Fixer.
17
18
-(c) Fabien Potencier <fabien@symfony.com>
19
- Dariusz Rumiński <dariusz.ruminski@gmail.com>
+ (c) Fabien Potencier <fabien@symfony.com>
+ Dariusz Rumiński <dariusz.ruminski@gmail.com>
20
21
-This source file is subject to the MIT license that is bundled
22
-with this source code in the file LICENSE.
23
-EOF;
+ This source file is subject to the MIT license that is bundled
+ with this source code in the file LICENSE.
+ EOF;
24
25
$finder = PhpCsFixer\Finder::create()
26
->ignoreDotFiles(false)
0 commit comments