Skip to content

Commit 7257a37

Browse files
committed
CS
1 parent 4f938dc commit 7257a37

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Exercise/AbstractExercise.php

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace PhpSchool\PhpWorkshop\Exercise;
66

77
use PhpSchool\PhpWorkshop\Event\EventDispatcher;
8-
use PhpSchool\PhpWorkshop\ExerciseDispatcher;
98
use PhpSchool\PhpWorkshop\Solution\SingleFileSolution;
109
use PhpSchool\PhpWorkshop\Solution\SolutionInterface;
1110
use ReflectionClass;

test/Asset/CliExerciseMissingInterface.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace PhpSchool\PhpWorkshopTest\Asset;
44

5-
use PhpSchool\PhpWorkshop\Check\FileComparisonCheck;
6-
use PhpSchool\PhpWorkshop\Event\EventDispatcher;
75
use PhpSchool\PhpWorkshop\Exercise\AbstractExercise;
86
use PhpSchool\PhpWorkshop\Exercise\ExerciseInterface;
97
use PhpSchool\PhpWorkshop\Exercise\ExerciseType;

0 commit comments

Comments
 (0)