8000 bug #42862 [Framework] Clean "about" command help after Environment s… · symfony/symfony@8978de7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8978de7

Browse files
committed
bug #42862 [Framework] Clean "about" command help after Environment section was removed (GromNaN)
This PR was mer 8000 ged 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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines 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