@@ -27,7 +27,7 @@ class Application extends SymfonyConsoleApplication
2727 public function getLongVersion (): string
2828 {
2929 $ longVersion = self ::BANNER ;
30- $ longVersion .= PHP_EOL . PHP_EOL ;
30+ $ longVersion .= PHP_EOL . PHP_EOL ;
3131
3232 $ app = sprintf (
3333 '%-15s <info>%s</info> %s ' ,
@@ -50,43 +50,43 @@ public function getLongVersion(): string
5050 $ matches ['hash ' ],
5151 );
5252 }
53- $ longVersion .= PHP_EOL . $ githubUrl ;
53+ $ longVersion .= PHP_EOL . $ githubUrl ;
5454
55- $ longVersion .= PHP_EOL . PHP_EOL . '<comment>Built with:</> ' ;
55+ $ longVersion .= PHP_EOL . PHP_EOL . '<comment>Built with:</> ' ;
5656
5757 $ semVerVersion = InstalledVersions::getPrettyVersion ('composer/semver ' );
5858 $ semVer = sprintf (
5959 '%1$-15s %2$s ' ,
6060 'composer/semver ' ,
6161 $ semVerVersion ,
6262 );
63- $ longVersion .= PHP_EOL . $ semVer ;
63+ $ longVersion .= PHP_EOL . $ semVer ;
6464
6565 $ semVerReleaseUrl = sprintf (
6666 '<href=https://github.com/composer/semver/releases/tag/%1$s>https://github.com/composer/semver/releases/tag/%1$s</> ' ,
6767 $ semVerVersion ,
6868 );
69- $ longVersion .= PHP_EOL . $ semVerReleaseUrl ;
69+ $ longVersion .= PHP_EOL . $ semVerReleaseUrl ;
7070
71- $ longVersion .= PHP_EOL . PHP_EOL . '<comment>PHP:</> ' ;
71+ $ longVersion .= PHP_EOL . PHP_EOL . '<comment>PHP:</> ' ;
7272
7373 $ phpVersion = sprintf (
7474 '%-15s %s ' ,
7575 'Version ' ,
7676 PHP_VERSION ,
7777 );
78- $ longVersion .= PHP_EOL . $ phpVersion ;
78+ $ longVersion .= PHP_EOL . $ phpVersion ;
7979
8080 $ phpSapi = sprintf (
8181 '%-15s %s ' ,
8282 'SAPI ' ,
8383 PHP_SAPI ,
8484 );
85- $ longVersion .= PHP_EOL . $ phpSapi ;
85+ $ longVersion .= PHP_EOL . $ phpSapi ;
8686
87- $ longVersion .= PHP_EOL . PHP_EOL . '<comment>Support Composer SemVer:</> ' ;
87+ $ longVersion .= PHP_EOL . PHP_EOL . '<comment>Support Composer SemVer:</> ' ;
8888
89- $ supportBlock = (new FormatterHelper () )
89+ $ supportBlock = (new FormatterHelper )
9090 ->formatBlock (
9191 [
9292 'If you find this tool useful, please consider supporting its development. ' ,
@@ -96,18 +96,18 @@ public function getLongVersion(): string
9696 'question ' ,
9797 true ,
9898 );
99- $ longVersion .= PHP_EOL . $ supportBlock ;
99+ $ longVersion .= PHP_EOL . $ supportBlock ;
100100
101101 $ sponsorUrl = sprintf (
102102 '%1$-15s <href=%2$s>%2$s</> ' ,
103103 'GitHub Sponsor ' ,
104104 'https://github.com/sponsors/tangrufus ' ,
105105 );
106- $ longVersion .= PHP_EOL . PHP_EOL . $ sponsorUrl ;
106+ $ longVersion .= PHP_EOL . PHP_EOL . $ sponsorUrl ;
107107
108- $ longVersion .= PHP_EOL . PHP_EOL . '<comment>Hire Tang Rufus:</> ' ;
108+ $ longVersion .= PHP_EOL . PHP_EOL . '<comment>Hire Tang Rufus:</> ' ;
109109
110- $ hireBlock = (new FormatterHelper () )
110+ $ hireBlock = (new FormatterHelper )
111111 ->formatBlock (
112112 [
113113 'I am looking for my next role, freelance or full-time. ' ,
@@ -117,14 +117,14 @@ public function getLongVersion(): string
117117 'error ' ,
118118 true ,
119119 );
120- $ longVersion .= PHP_EOL . $ hireBlock ;
120+ $ longVersion .= PHP_EOL . $ hireBlock ;
121121
122122 $ sponsorUrl = sprintf (
123123 '%1$-15s <href=%2$s>%2$s</> ' ,
124124 'Contact ' ,
125125 'https://typist.tech/contact/ ' ,
126126 );
127- $ longVersion .= PHP_EOL . PHP_EOL . $ sponsorUrl ;
127+ $ longVersion .= PHP_EOL . PHP_EOL . $ sponsorUrl ;
128128
129129 return $ longVersion ;
130130 }
0 commit comments