We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79c704 commit dd7dba1Copy full SHA for dd7dba1
lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/Writer/PhpFormatterTest.php
@@ -5,7 +5,7 @@
5
*/
6
namespace Magento\Framework\App\Test\Unit\DeploymentConfig\Writer;
7
8
-use \Magento\Framework\App\DeploymentConfig\Writer\PhpFormatter;
+use Magento\Framework\App\DeploymentConfig\Writer\PhpFormatter;
9
10
class PhpFormatterTest extends \PHPUnit\Framework\TestCase
11
{
@@ -81,7 +81,7 @@ public function formatWithCommentDataProvider()
81
),
82
83
'ns3' => 'just text',
84
- 'ns4' => 'just text'
+ 'ns4' => 'just text',
85
);
86
87
TEXT;
@@ -126,7 +126,7 @@ public function formatWithCommentDataProvider()
126
* For the section: ns4
127
* comment for namespace 4
128
129
130
131
132
0 commit comments