Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
seriquynh committed Apr 10, 2019
1 parent 92d9b8e commit 811392e
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 811392e

Please sign in to comment.