Skip to content

Commit 867d5d3

Browse files
authored
Update FixCommand.php
1 parent 4fa543c commit 867d5d3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Console/FixCommand.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
<?php
2+
/*
3+
* This file was originally part of PHP CS Fixer (https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.14.6/src/Console/Command/FixCommand.php)
4+
*
5+
*
6+
* (c) Fabien Potencier <fabien@symfony.com>
7+
* Dariusz Rumiński <dariusz.ruminski@gmail.com>
8+
*
9+
* This source file is subject to the MIT license that is bundled
10+
* with this source code in the file LICENSE.
11+
*
12+
* It is replicated and modified here due to them having made it a `final` class.
13+
*/
14+
215

316
namespace STS\Fixer\Console;
417

0 commit comments

Comments
 (0)