You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Console/FixCommand.php
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,17 @@
1
1
<?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.
0 commit comments