Skip to content

Commit c900e88

Browse files
ENGCOM-5474: Fix for PHP_CodeSniffer error after app:config:dump #23787
- Merge Pull Request #23787 from dng-dev/magento2:patch-2 - Merged commits: 1. e164c89 2. 180568a 3. d60a29b
2 parents c644c2e + d60a29b commit c900e88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/App/DeploymentConfig/Writer/PhpFormatter.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ class PhpFormatter implements FormatterInterface
1818

1919
/**
2020
* Format deployment configuration.
21+
*
2122
* If $comments is present, each item will be added
2223
* as comment to the corresponding section
2324
*
24-
* {@inheritdoc}
25+
* @inheritdoc
2526
*/
2627
public function format($data, array $comments = [])
2728
{
@@ -71,6 +72,8 @@ private function formatData($data, $comments = [], $prefix = ' ')
7172
}
7273

7374
/**
75+
* Format generated config files using the short array syntax.
76+
*
7477
* If variable to export is an array, format with the php >= 5.4 short array syntax. Otherwise use
7578
* default var_export functionality.
7679
*

0 commit comments

Comments
 (0)