diff --git a/lib/internal/Magento/Framework/App/DeploymentConfig/Writer/PhpFormatter.php b/lib/internal/Magento/Framework/App/DeploymentConfig/Writer/PhpFormatter.php
index 2fcd8b6d60b6123b82a771049ec5844c1df8ce40..7e7e1185e45ce4890bbd0984745fc880f2b9e378 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 2ab8b209272f1cc882c14fb1a2dd9a15c22605f4..51da9c61affce200e4591b47212c029b7782d6b2 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'
 );