Completed
Push — master ( 9c0667...3631d5 )
by Jeroen
8s
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/Entity/Scraper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -389,7 +389,7 @@
 block discarded – undo
389 389
     }
390 390
 
391 391
     /**
392
-     * @return SourceInterface[]|ArrayCollection
392
+     * @return SourceInterface
393 393
      */
394 394
     public function getSources()
395 395
     {
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/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
@@ -389,7 +389,7 @@
 block discarded – undo
389 389
     }
390 390
 
391 391
     /**
392
-     * @return SourceInterface[]|ArrayCollection
392
+     * @return SourceInterface
393 393
      */
394 394
     public function getSources()
395 395
     {
Please login to merge, or discard this patch.