Skip to content

Commit

Permalink
Update FixCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bubba-h57 authored Apr 21, 2021
1 parent 4fa543c commit 867d5d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Console/FixCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<?php
/*
* 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)
*
*
* (c) Fabien Potencier <[email protected]>
* Dariusz Rumiński <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*
* It is replicated and modified here due to them having made it a `final` class.
*/


namespace STS\Fixer\Console;

Expand Down

0 comments on commit 867d5d3

Please sign in to comment.