We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f938dc commit 7257a37Copy full SHA for 7257a37
src/Exercise/AbstractExercise.php
@@ -5,7 +5,6 @@
5
namespace PhpSchool\PhpWorkshop\Exercise;
6
7
use PhpSchool\PhpWorkshop\Event\EventDispatcher;
8
-use PhpSchool\PhpWorkshop\ExerciseDispatcher;
9
use PhpSchool\PhpWorkshop\Solution\SingleFileSolution;
10
use PhpSchool\PhpWorkshop\Solution\SolutionInterface;
11
use ReflectionClass;
test/Asset/CliExerciseMissingInterface.php
@@ -2,8 +2,6 @@
2
3
namespace PhpSchool\PhpWorkshopTest\Asset;
4
-use PhpSchool\PhpWorkshop\Check\FileComparisonCheck;
-use PhpSchool\PhpWorkshop\Event\EventDispatcher;
use PhpSchool\PhpWorkshop\Exercise\AbstractExercise;
use PhpSchool\PhpWorkshop\Exercise\ExerciseInterface;
use PhpSchool\PhpWorkshop\Exercise\ExerciseType;
0 commit comments