File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ public function formatWithCommentDataProvider()
68
68
),
69
69
),
70
70
/**
71
- * 'comment for namespace 2'
71
+ * For the section: ns2
72
+ * comment for namespace 2
72
73
*/
73
74
'ns2' =>
74
75
array (
@@ -86,7 +87,8 @@ public function formatWithCommentDataProvider()
86
87
<?php
87
88
return array (
88
89
/**
89
- * 'comment for namespace 1'
90
+ * For the section: ns1
91
+ * comment for namespace 1
90
92
*/
91
93
'ns1' =>
92
94
array (
@@ -102,8 +104,9 @@ public function formatWithCommentDataProvider()
102
104
),
103
105
),
104
106
/**
105
- * 'comment for namespace 2.
106
- * Next comment for namespace 2'
107
+ * For the section: ns2
108
+ * comment for namespace 2.
109
+ * Next comment for namespace 2
107
110
*/
108
111
'ns2' =>
109
112
array (
@@ -113,11 +116,13 @@ public function formatWithCommentDataProvider()
113
116
),
114
117
),
115
118
/**
116
- * 'comment for namespace 3'
119
+ * For the section: ns3
120
+ * comment for namespace 3
117
121
*/
118
122
'ns3' => 'just text',
119
123
/**
120
- * 'comment for namespace 4'
124
+ * For the section: ns4
125
+ * comment for namespace 4
121
126
*/
122
127
'ns4' => 'just text',
123
128
);
You can’t perform that action at this time.
0 commit comments