diff --git a/src/Console/FixCommand.php b/src/Console/FixCommand.php index 71ebeef..25b945c 100644 --- a/src/Console/FixCommand.php +++ b/src/Console/FixCommand.php @@ -1,4 +1,17 @@ + * Dariusz RumiƄski + * + * 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;