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 6
6
7
7
namespace Magento \Framework \App \Test \Unit \DeploymentConfig \Writer ;
8
8
9
- use \ Magento \Framework \App \DeploymentConfig \Writer \PhpFormatter ;
9
+ use Magento \Framework \App \DeploymentConfig \Writer \PhpFormatter ;
10
10
11
11
class PhpFormatterTest extends \PHPUnit_Framework_TestCase
12
12
{
@@ -78,7 +78,7 @@ public function formatWithCommentDataProvider()
78
78
),
79
79
),
80
80
'ns3' => 'just text',
81
- 'ns4' => 'just text'
81
+ 'ns4' => 'just text',
82
82
);
83
83
84
84
TEXT ;
@@ -119,7 +119,7 @@ public function formatWithCommentDataProvider()
119
119
/**
120
120
* 'comment for namespace 4'
121
121
*/
122
- 'ns4' => 'just text'
122
+ 'ns4' => 'just text',
123
123
);
124
124
125
125
TEXT ;
You can’t perform that action at this time.
0 commit comments