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 5
5
*/
6
6
namespace Magento \Framework \App \Test \Unit \DeploymentConfig \Writer ;
7
7
8
- use \ Magento \Framework \App \DeploymentConfig \Writer \PhpFormatter ;
8
+ use Magento \Framework \App \DeploymentConfig \Writer \PhpFormatter ;
9
9
10
10
class PhpFormatterTest extends \PHPUnit \Framework \TestCase
11
11
{
@@ -81,7 +81,7 @@ public function formatWithCommentDataProvider()
81
81
),
82
82
),
83
83
'ns3' => 'just text',
84
- 'ns4' => 'just text'
84
+ 'ns4' => 'just text',
85
85
);
86
86
87
87
TEXT ;
@@ -126,7 +126,7 @@ public function formatWithCommentDataProvider()
126
126
* For the section: ns4
127
127
* comment for namespace 4
128
128
*/
129
- 'ns4' => 'just text'
129
+ 'ns4' => 'just text',
130
130
);
131
131
132
132
TEXT ;
You can’t perform that action at this time.
0 commit comments