| 1 | <?php declare(strict_types=1); |
||
| 16 | class NullClient implements ClientInterface |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $url |
||
| 21 | * @param \DateTime $modifiedSince |
||
| 22 | * @return \FeedIo\Adapter\ResponseInterface |
||
| 23 | */ |
||
| 24 | 1 | public function getResponse(string $url, \DateTime $modifiedSince) : ResponseInterface |
|
| 28 | } |
||
| 29 |