Skip to content

Commit 180568a

Browse files
authored
Updated code Formatting
1 parent e164c89 commit 180568a

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
@@ -80,9 +80,9 @@ private function formatData($data, $comments = [], $prefix = ' ')
8080
*/
8181
private function varExportShort($var, int $depth = 0)
8282
{
83-
if(null === $var){
83+
if (null === $var) {
8484
return 'null';
85-
}elseif (!is_array($var)) {
85+
} elseif (!is_array($var)) {
8686
return var_export($var, true);
8787
}
8888

0 commit comments

Comments
 (0)