Skip to content

Commit 1aa23ed

Browse files
committed
Fix formatting
1 parent 61504b1 commit 1aa23ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public function isDbAvailable()
146146

147147
/**
148148
* Get additional configuration from env variable MAGENTO_DC__OVERRIDE
149+
*
149150
* Data should be JSON encoded
150151
*
151152
* @return array
@@ -221,7 +222,7 @@ private function flattenParams(array $params, $path = null, array &$flattenResul
221222
if (is_array($param)) {
222223
$flattenResult[$newPath] = $param;
223224
$this->flattenParams($param, $newPath, $flattenResult);
224-
} else {
225+
} else {
225226
// allow reading values from env variables
226227
// value need to be specified in %env(NAME, "default value")% format
227228
// like #env(DB_PASSWORD), #env(DB_NAME, "test")

0 commit comments

Comments
 (0)