From 867d5d3434205be85bd1bfefb3710e7995a53e22 Mon Sep 17 00:00:00 2001 From: Bubba Date: Wed, 21 Apr 2021 13:46:32 -0400 Subject: [PATCH] Update FixCommand.php --- src/Console/FixCommand.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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;