diff --git a/src/Analysis/AnalysisInterface.php b/src/Analysis/AnalysisInterface.php index eccaa0b..730f3bd 100644 --- a/src/Analysis/AnalysisInterface.php +++ b/src/Analysis/AnalysisInterface.php @@ -3,7 +3,6 @@ namespace Aternos\Codex\Analysis; use ArrayAccess; -use Aternos\Codex\Log\AnalysableLogInterface; use Aternos\Codex\Log\LogInterface; use Countable; use Iterator; diff --git a/test/src/Log/TestPatternLog.php b/test/src/Log/TestPatternLog.php index f4c2619..09752d7 100644 --- a/test/src/Log/TestPatternLog.php +++ b/test/src/Log/TestPatternLog.php @@ -2,7 +2,6 @@ namespace Aternos\Codex\Test\Src\Log; -use Aternos\Codex\Analyser\AnalyserInterface; use Aternos\Codex\Analyser\PatternAnalyser; use Aternos\Codex\Log\AnalysableLog; use Aternos\Codex\Parser\PatternParser; diff --git a/test/tests/Analysis/InformationTest.php b/test/tests/Analysis/InformationTest.php index 0570b18..b77e6e6 100644 --- a/test/tests/Analysis/InformationTest.php +++ b/test/tests/Analysis/InformationTest.php @@ -4,7 +4,6 @@ use Aternos\Codex\Log\File\PathLogFile; use Aternos\Codex\Test\Src\Analysis\TestInformation; -use Aternos\Codex\Test\Src\Analysis\TestInsight; use Aternos\Codex\Test\Src\Analysis\TestPatternInformation; use Aternos\Codex\Test\Src\Log\TestPatternLog; use PHPUnit\Framework\TestCase;