Skip to content

Commit

Permalink
Merge pull request #15 from xuanquynh/remove_unused_imports
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
nunomaduro authored Apr 12, 2019
2 parents dd9555b + 811392e commit 1c90676
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Application/Console/Analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace NunoMaduro\PhpInsights\Application\Console;

use function count;

use NunoMaduro\PhpInsights\Application\Console\Helpers\Row;
use NunoMaduro\PhpInsights\Domain\Insights\FeedbackFactory;
use NunoMaduro\PhpInsights\Application\Console\Style;
Expand Down
1 change: 0 additions & 1 deletion src/Infrastructure/Repositories/LocalFilesRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace NunoMaduro\PhpInsights\Infrastructure\Repositories;

use NunoMaduro\PhpInsights\Domain\Contracts\Repositories\FilesRepository;
use NunoMaduro\PhpInsights\Domain\Exceptions\DirectoryNotFoundException;
use Symfony\Component\Finder\Finder;

/**
Expand Down

0 comments on commit 1c90676

Please sign in to comment.