File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 51
51
$ app ->addExercise (TheAttributesOfSuccess::class);
52
52
53
53
$ art = <<<ART
54
- ________ ___ ___ ________ ________
55
- |\ __ \|\ \|\ \|\ __ \ |\ __ \
56
- \ \ \|\ \ \ \_\ \ \ \|\ \ \ \ \|\ \
57
- \ \ ____\ \ __ \ \ ____\ \ \ __ \
58
- \ \ \___|\ \ \ \ \ \ \___| \ \ \|\ \
59
- \ \__\ \ \__\ \__\ \__\ \ \_______\
60
- \|__| \|__|\|__|\|__| \|_______|
54
+ ________ ___ ___ ________ ________
55
+ |\ __ \|\ \|\ \|\ __ \ |\ __ \
56
+ \ \ \|\ \ \ \_\ \ \ \|\ \ \ \ \|\ \
57
+ \ \ ____\ \ __ \ \ ____\ \ \ __ \
58
+ \ \ \___|\ \ \ \ \ \ \___| \ \ \|\ \
59
+ \ \__\ \ \__\ \__\ \__\ \ \_______\
60
+ \|__| \|__|\|__|\|__| \|_______|
61
61
62
62
PHP 8 APPRECIATE
63
63
ART ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function __construct(private Parser $parser)
30
30
31
31
public function getName (): string
32
32
{
33
- return 'PHP gets a Promotion ' ;
33
+ return 'PHP Gets a Promotion ' ;
34
34
}
35
35
36
36
public function getDescription (): string
You can’t perform that action at this time.
0 commit comments