Completed
Pull Request — master (#37)
by Peter
23:57
created
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.
src/TreeHouse/IoBundle/Entity/Feed.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -502,7 +502,7 @@
 block discarded – undo
502 502
     }
503 503
 
504 504
     /**
505
-     * @return SourceInterface[]|ArrayCollection
505
+     * @return SourceInterface
506 506
      */
507 507
     public function getSources()
508 508
     {
Please login to merge, or discard this patch.
src/TreeHouse/IoBundle/Import/Importer/Importer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
      *
198 198
      * @param Feed $feed
199 199
      *
200
-     * @return FeedItemBag|null
200
+     * @return \Symfony\Component\HttpFoundation\ParameterBag|null
201 201
      */
202 202
     protected function getNextItem(Feed $feed)
203 203
     {
Please login to merge, or discard this patch.
src/TreeHouse/IoBundle/Scrape/Crawler/Log/RequestLoggerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -7,6 +7,7 @@
 block discarded – undo
7 7
     /**
8 8
      * @param string    $url
9 9
      * @param \DateTime $date
10
+     * @return void
10 11
      */
11 12
     public function logRequest($url, \DateTime $date = null);
12 13
 
Please login to merge, or discard this patch.
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/Entity/Scraper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -502,7 +502,7 @@
 block discarded – undo
502 502
     }
503 503
 
504 504
     /**
505
-     * @return SourceInterface[]|ArrayCollection
505
+     * @return SourceInterface
506 506
      */
507 507
     public function getSources()
508 508
     {
Please login to merge, or discard this patch.
src/TreeHouse/IoBundle/Command/ScrapeRevisitCommand.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\Model\SourceInterface;
14 13
 use TreeHouse\IoBundle\Scrape\Exception\CrawlException;
Please login to merge, or discard this patch.
src/TreeHouse/IoBundle/Command/ScrapeRevisitUrlsCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Symfony\Component\Console\Input\InputInterface;
8 8
 use Symfony\Component\Console\Input\InputOption;
9 9
 use Symfony\Component\Console\Output\OutputInterface;
10
-use TreeHouse\IoBundle\Entity\Scraper;
11 10
 use TreeHouse\IoBundle\Entity\Scraper as ScraperEntity;
12 11
 use TreeHouse\IoBundle\Model\SourceInterface;
13 12
 use TreeHouse\IoBundle\Scrape\Exception\CrawlException;
Please login to merge, or discard this patch.