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 8978de7

Browse filesBrowse files
committed
bug #42862 [Framework] Clean "about" command help after Environment section was removed (GromNaN)
This PR was merged into the 5.3 branch. Discussion ---------- [Framework] Clean "about" command help after Environment section was removed In Symfony 5.1 the "Environment" section of "about" command was removed (see #34768). The help text needs to be updated as a consequence. The sentence "It will not be shown if no variables were found." is particularly puzzling since the section is never shown. | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #34768 | License | MIT Commits ------- a4306d2 Clean about command description after Environment section was removed
2 parents 6faae75 + a4306d2 commit 8978de7
Copy full SHA for 8978de7

File tree

1 file changed

+0
-3
lines changed
Filter options

1 file changed

+0
-3
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ protected function configure()
4444
4545
The <info>PHP</info> section displays important configuration that could affect your application. The values might
4646
be different between web and CLI.
47-
48-
The <info>Environment</info> section displays the current environment variables managed by Symfony Dotenv. It will not
49-
be shown if no variables were found. The values might be different between web and CLI.
5047
EOT
5148
)
5249
;

0 commit comments

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