File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77namespace Magento \Framework \App \Test \Unit \DeploymentConfig \Writer ;
88
9- use \ Magento \Framework \App \DeploymentConfig \Writer \PhpFormatter ;
9+ use Magento \Framework \App \DeploymentConfig \Writer \PhpFormatter ;
1010
1111class PhpFormatterTest extends \PHPUnit_Framework_TestCase
1212{
@@ -78,7 +78,7 @@ public function formatWithCommentDataProvider()
7878 ),
7979 ),
8080 'ns3' => 'just text',
81- 'ns4' => 'just text'
81+ 'ns4' => 'just text',
8282);
8383
8484TEXT ;
@@ -119,7 +119,7 @@ public function formatWithCommentDataProvider()
119119 /**
120120 * 'comment for namespace 4'
121121 */
122- 'ns4' => 'just text'
122+ 'ns4' => 'just text',
123123);
124124
125125TEXT ;
You can’t perform that action at this time.
0 commit comments