Skip to content

Commit cbed6f7

Browse files
OleVikGrotax
authored andcommitted
Update Reader.php
Do not invalidate ResponseInterface.
1 parent e465b46 commit cbed6f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/FeedIo/Reader.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ public function addParser(ParserAbstract $parser): Reader
6666
public function read(string $url, FeedInterface $feed, DateTime $modifiedSince = null): Result
6767
{
6868
$this->logger->debug("start reading {$url}");
69-
if (is_null($modifiedSince)) {
70-
$modifiedSince = new DateTime('1800-01-01');
71-
}
7269

7370
try {
7471
$this->logger->info("hitting {$url}");

0 commit comments

Comments
 (0)