Skip to content

Commit 7732ca6

Browse files
committed
ux
1 parent f292215 commit 7732ca6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/bootstrap.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
$app->addExercise(TheAttributesOfSuccess::class);
5252

5353
$art = <<<ART
54-
________ ___ ___ ________ ________
55-
|\ __ \|\ \|\ \|\ __ \ |\ __ \
56-
\ \ \|\ \ \ \_\ \ \ \|\ \ \ \ \|\ \
57-
\ \ ____\ \ __ \ \ ____\ \ \ __ \
58-
\ \ \___|\ \ \ \ \ \ \___| \ \ \|\ \
59-
\ \__\ \ \__\ \__\ \__\ \ \_______\
60-
\|__| \|__|\|__|\|__| \|_______|
54+
________ ___ ___ ________ ________
55+
|\ __ \|\ \|\ \|\ __ \ |\ __ \
56+
\ \ \|\ \ \ \_\ \ \ \|\ \ \ \ \|\ \
57+
\ \ ____\ \ __ \ \ ____\ \ \ __ \
58+
\ \ \___|\ \ \ \ \ \ \___| \ \ \|\ \
59+
\ \__\ \ \__\ \__\ \__\ \ \_______\
60+
\|__| \|__|\|__|\|__| \|_______|
6161
6262
PHP 8 APPRECIATE
6363
ART;

src/Exercise/PhpPromotion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(private Parser $parser)
3030

3131
public function getName(): string
3232
{
33-
return 'PHP gets a Promotion';
33+
return 'PHP Gets a Promotion';
3434
}
3535

3636
public function getDescription(): string

0 commit comments

Comments
 (0)