| 1 | <?php declare(strict_types=1); |
||
| 16 | class LastModified extends FixerAbstract |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param FeedInterface $feed |
||
| 21 | * @return FixerAbstract |
||
| 22 | */ |
||
| 23 | public function correct(FeedInterface $feed) : FixerAbstract |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param FeedInterface $feed |
||
| 38 | * @return \DateTime |
||
| 39 | */ |
||
| 40 | public function searchLastModified(FeedInterface $feed) : \DateTime |
||
| 52 | } |
||
| 53 |