File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
use PhpSchool \PHP8Appreciate \Exercise \CautionWithCatches ;
24
24
use PhpSchool \PHP8Appreciate \Exercise \HaveTheLastSay ;
25
25
use PhpSchool \PHP8Appreciate \Exercise \PhpPromotion ;
26
- use PhpSchool \PHP8AppreciateTest \Exercise \LordOfTheStrings ;
26
+ use PhpSchool \PHP8Appreciate \Exercise \LordOfTheStrings ;
27
27
use PhpSchool \PhpWorkshop \Application ;
28
28
29
29
$ app = new Application ('PHP8 Appreciate ' , __DIR__ . '/config.php ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- use PhpSchool \PHP8Appreciate \AstService ;
4
3
use PhpSchool \PHP8Appreciate \Exercise \AMatchMadeInHeaven ;
5
4
use PhpSchool \PHP8Appreciate \Exercise \CautionWithCatches ;
6
5
use PhpSchool \PHP8Appreciate \Exercise \HaveTheLastSay ;
7
6
use PhpSchool \PHP8Appreciate \Exercise \PhpPromotion ;
8
- use PhpSchool \PHP8AppreciateTest \Exercise \LordOfTheStrings ;
7
+ use PhpSchool \PHP8Appreciate \Exercise \LordOfTheStrings ;
9
8
use Psr \Container \ContainerInterface ;
9
+
10
10
use function DI \create ;
11
11
use function DI \factory ;
12
12
use function DI \object ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace PhpSchool \PHP8AppreciateTest \Exercise ;
3
+ namespace PhpSchool \PHP8Appreciate \Exercise ;
4
4
5
5
use Faker \Generator ;
6
6
use PhpSchool \PhpWorkshop \Check \ComposerCheck ;
@@ -99,4 +99,4 @@ public function getRequiredPackages(): array
99
99
{
100
100
return ['symfony/console ' ];
101
101
}
102
- }
102
+ }
You can’t perform that action at this time.
0 commit comments