From debfb3e7b9b383aa25d8d39deee60938590a081a Mon Sep 17 00:00:00 2001 From: Oleksandr Shmyheliuk <oshmyheliuk@magento.com> Date: Fri, 6 Jan 2017 12:41:23 +0200 Subject: [PATCH] MAGETWO-62705: Implementation --- .../App/DeploymentConfig/Writer/PhpFormatter.php | 2 +- .../DeploymentConfig/Writer/PhpFormatterTest.php | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/internal/Magento/Framework/App/DeploymentConfig/Writer/PhpFormatter.php b/lib/internal/Magento/Framework/App/DeploymentConfig/Writer/PhpFormatter.php index 2fcd8b6d60b..7e7e1185e45 100644 --- a/lib/internal/Magento/Framework/App/DeploymentConfig/Writer/PhpFormatter.php +++ b/lib/internal/Magento/Framework/App/DeploymentConfig/Writer/PhpFormatter.php @@ -1,6 +1,6 @@ <?php /** - * Copyright © 2016 Magento. All rights reserved. + * Copyright © 2017 Magento. All rights reserved. * See COPYING.txt for license details. */ diff --git a/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer/PhpFormatterTest.php b/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer/PhpFormatterTest.php index 2ab8b209272..51da9c61aff 100644 --- a/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer/PhpFormatterTest.php +++ b/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer/PhpFormatterTest.php @@ -1,6 +1,6 @@ <?php /** - * Copyright © 2016 Magento. All rights reserved. + * Copyright © 2017 Magento. All rights reserved. * See COPYING.txt for license details. */ @@ -71,7 +71,7 @@ return array ( ), ), /** - * 'comment for namespace 2' + * comment for namespace 2 */ 'ns2' => array ( @@ -89,7 +89,7 @@ TEXT; <?php return array ( /** - * 'comment for namespace 1' + * comment for namespace 1 */ 'ns1' => array ( @@ -105,8 +105,8 @@ return array ( ), ), /** - * 'comment for namespace 2. - * Next comment for namespace 2' + * comment for namespace 2. + * Next comment for namespace 2 */ 'ns2' => array ( @@ -116,11 +116,11 @@ return array ( ), ), /** - * 'comment for namespace 3' + * comment for namespace 3 */ 'ns3' => 'just text', /** - * 'comment for namespace 4' + * comment for namespace 4 */ 'ns4' => 'just text' ); -- GitLab