From 30cd71682ce482d5166b87d280719593b5702d27 Mon Sep 17 00:00:00 2001 From: Oleh Posyniak <oposyniak@magento.com> Date: Tue, 10 Jan 2017 11:54:30 +0200 Subject: [PATCH] MAGETWO-62655: [GitHub] CLI won't work without write permissions #7933 --- lib/internal/Magento/Framework/Console/Cli.php | 2 +- setup/src/Magento/Setup/Console/CompilerPreparation.php | 2 +- .../Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/internal/Magento/Framework/Console/Cli.php b/lib/internal/Magento/Framework/Console/Cli.php index 3d95671872a..c76e59de937 100644 --- a/lib/internal/Magento/Framework/Console/Cli.php +++ b/lib/internal/Magento/Framework/Console/Cli.php @@ -1,6 +1,6 @@ <?php /** - * Copyright © 2017 Magento. All rights reserved. + * Copyright © 2013-2017 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework\Console; diff --git a/setup/src/Magento/Setup/Console/CompilerPreparation.php b/setup/src/Magento/Setup/Console/CompilerPreparation.php index b42a2814d63..68b3ec11671 100644 --- a/setup/src/Magento/Setup/Console/CompilerPreparation.php +++ b/setup/src/Magento/Setup/Console/CompilerPreparation.php @@ -1,6 +1,6 @@ <?php /*** - * Copyright © 2017 Magento. All rights reserved. + * Copyright © 2013-2017 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Setup\Console; diff --git a/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php b/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php index d28c8086024..f6976ee9389 100644 --- a/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php +++ b/setup/src/Magento/Setup/Test/Unit/Console/CompilerPreparationTest.php @@ -1,6 +1,6 @@ <?php /*** - * Copyright © 2017 Magento. All rights reserved. + * Copyright © 2013-2017 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Setup\Test\Unit\Console; -- GitLab