Skip to content

Commit aa08c78

Browse files
committed
magento#12499: Format generated config files using the short array syntax
- minor coding style improvement
1 parent 0b11d6b commit aa08c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ private function formatData($data, $comments = [], $prefix = ' ')
7575
* If variable to export is an array, format with the php >= 5.4 short array syntax. Otherwise use
7676
* default var_export functionality.
7777
*
78-
* @param mixed $var
79-
* @param integer $depth
78+
* @param mixed $var
79+
* @param int $depth
8080
* @return string
8181
*/
8282
private function varExportShort($var, int $depth = 0): string

0 commit comments

Comments
 (0)