Completed
Push — master ( 5d11f3...8fe7b0 )
by Jeroen
13s
created
src/TreeHouse/IoBundle/Command/ScrapeUrlCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Component\Console\Input\InputInterface;
9 9
 use Symfony\Component\Console\Input\InputOption;
10 10
 use Symfony\Component\Console\Output\OutputInterface;
11
-use TreeHouse\IoBundle\Entity\Scraper;
12 11
 use TreeHouse\IoBundle\Entity\Scraper as ScraperEntity;
13 12
 use TreeHouse\IoBundle\Scrape\Crawler\RateLimit\EnablingRateLimitInterface;
14 13
 use TreeHouse\IoBundle\Scrape\EventListener\ScrapeOutputSubscriber;
Please login to merge, or discard this patch.
src/TreeHouse/IoBundle/Command/ScrapeStartCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Component\Console\Input\InputInterface;
9 9
 use Symfony\Component\Console\Input\InputOption;
10 10
 use Symfony\Component\Console\Output\OutputInterface;
11
-use TreeHouse\IoBundle\Entity\Scraper;
12 11
 use TreeHouse\IoBundle\Entity\Scraper as ScraperEntity;
13 12
 use TreeHouse\IoBundle\Scrape\Crawler\RateLimit\EnablingRateLimitInterface;
14 13
 use TreeHouse\IoBundle\Scrape\EventListener\ScrapeOutputSubscriber;
Please login to merge, or discard this patch.