Skip to content

Commit 613b8de

Browse files
committed
Import functions
1 parent c41f1e3 commit 613b8de

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Exercise/HaveTheLastSay.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
use PhpSchool\PhpWorkshop\Result\ResultInterface;
2222
use PhpSchool\PhpWorkshop\Result\Success;
2323

24+
use function PhpSchool\PhpWorkshop\collect;
25+
2426
class HaveTheLastSay extends AbstractExercise implements
2527
ExerciseInterface,
2628
CliExercise,

src/Exercise/PhpGetsAPromotion.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
use PhpSchool\PhpWorkshop\Solution\SolutionInterface;
2323
use ReflectionClass;
2424

25+
use function PhpSchool\PhpWorkshop\collect;
26+
use function PhpSchool\PhpWorkshop\pluralise;
27+
2528
class PhpGetsAPromotion extends AbstractExercise implements
2629
ExerciseInterface,
2730
ProvidesInitialCode,

0 commit comments

Comments
 (0)