File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
37
37
$ app = new Application ('' , __DIR__ . '/config.php ' );
38
38
39
- $ app ->addExercise (AMatchMadeInHeaven::class);
40
- $ app ->addExercise (HaveTheLastSay::class);
41
39
$ app ->addExercise (PhpGetsAPromotion::class);
40
+ $ app ->addExercise (AMatchMadeInHeaven::class);
41
+ $ app ->addExercise (ThrowAnExpression::class);
42
42
$ app ->addExercise (CautionWithCatches::class);
43
- $ app ->addExercise (LordOfTheStrings::class);
43
+ $ app ->addExercise (AllMixedUp::class);
44
+ $ app ->addExercise (HaveTheLastSay::class);
44
45
$ app ->addExercise (UniteTheTypes::class);
45
46
$ app ->addExercise (InfiniteDivisions::class);
46
47
$ app ->addExercise (ASafeSpaceForNulls::class);
47
- $ app ->addExercise (AllMixedUp::class);
48
- $ app ->addExercise (TheReturnOfStatic::class);
49
- $ app ->addExercise (ThrowAnExpression::class);
50
48
$ app ->addExercise (StringifyToDemystify::class);
49
+ $ app ->addExercise (LordOfTheStrings::class);
50
+ $ app ->addExercise (TheReturnOfStatic::class);
51
51
$ app ->addExercise (TheAttributesOfSuccess::class);
52
52
53
53
$ art = <<<ART
You can’t perform that action at this time.
0 commit comments