Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a89d01d

Browse filesBrowse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix merge
2 parents c37515b + 1b229a7 commit a89d01d
Copy full SHA for a89d01d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Command/DebugCommand.php

Copy file name to clipboardExpand all lines: Command/DebugCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private function getVariables(array $envFiles, ?string $nameFilter): array
128128
continue;
129129
}
130130

131-
$realValue = $_SERVER[$var];
131+
$realValue = $_SERVER[$var] ?? '';
132132
$varDetails = [$var, '<fg=green>'.OutputFormatter::escape($realValue).'</>'];
133133
$varSeen = !isset($dotenvVars[$var]);
134134

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.