| 1 | <?php declare(strict_types=1); |
||
| 20 | class Client implements ClientInterface |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string $path |
||
| 25 | * @param \DateTime $modifiedSince |
||
| 26 | * @throws \FeedIo\Adapter\NotFoundException |
||
| 27 | * @return \FeedIo\Adapter\ResponseInterface |
||
| 28 | */ |
||
| 29 | 2 | public function getResponse(string $path, \DateTime $modifiedSince) : ResponseInterface |
|
| 40 | } |
||
| 41 |