Skip to content

Commit ba0b3e8

Browse files
authored
Merge pull request #26 from aternosorg/remove-unused-imports
Remove unused imports
2 parents 8d30339 + 47cf5bc commit ba0b3e8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Analysis/AnalysisInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Aternos\Codex\Analysis;
44

55
use ArrayAccess;
6-
use Aternos\Codex\Log\AnalysableLogInterface;
76
use Aternos\Codex\Log\LogInterface;
87
use Countable;
98
use Iterator;

test/src/Log/TestPatternLog.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Aternos\Codex\Test\Src\Log;
44

5-
use Aternos\Codex\Analyser\AnalyserInterface;
65
use Aternos\Codex\Analyser\PatternAnalyser;
76
use Aternos\Codex\Log\AnalysableLog;
87
use Aternos\Codex\Parser\PatternParser;

test/tests/Analysis/InformationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Aternos\Codex\Log\File\PathLogFile;
66
use Aternos\Codex\Test\Src\Analysis\TestInformation;
7-
use Aternos\Codex\Test\Src\Analysis\TestInsight;
87
use Aternos\Codex\Test\Src\Analysis\TestPatternInformation;
98
use Aternos\Codex\Test\Src\Log\TestPatternLog;
109
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)