8000 minor #13776 [2.3][FrameworkBundle] Fixed Shell logo (francisbesset) · symfony/symfony@238eacc · GitHub
[go: up one dir, main page]

Skip to content

Commit 238eacc

Browse files
committed
minor #13776 [2.3][FrameworkBundle] Fixed Shell logo (francisbesset)
This PR was merged into the 2.3 branch. Discussion ---------- [2.3][FrameworkBundle] Fixed Shell logo This PR fix #12565. | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- d7f008d [FrameworkBundle] Fixed Shell logo
2 parents 7fb03e0 + d7f008d commit 238eacc

File tree

1 file changed

+6
-6
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Console

1 file changed

+6
-6
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Shell.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ protected function getHeader()
2929
{
3030
return <<<EOF
3131
<info>
32-
_____ __ ___
33-
/ ____| / _| |__ \
34-
| (___ _ _ _ __ ___ | |_ ___ _ __ _ _ ) |
35-
\___ \| | | | '_ ` _ \| _/ _ \| '_ \| | | | / /
36-
____) | |_| | | | | | | || (_) | | | | |_| |/ /_
37-
|_____/ \__, |_| |_| |_|_| \___/|_| |_|\__, |____|
32+
_____ __
33+
/ ____| / _|
34+
| (___ _ _ _ __ ___ | |_ ___ _ __ _ _
35+
\___ \| | | | '_ ` _ \| _/ _ \| '_ \| | | |
36+
____) | |_| | | | | | | || (_) | | | | |_| |
37+
|_____/ \__, |_| |_| |_|_| \___/|_| |_|\__, |
3838
__/ | __/ |
3939
|___/ |___/
4040

0 commit comments

Comments
 (0)
0