1 | <?php declare(strict_types=1); |
||
17 | class HttpLastModified extends FixerAbstract |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * @param Result $result |
||
22 | * @return FixerAbstract |
||
23 | */ |
||
24 | 3 | public function correct(Result $result): FixerAbstract |
|
37 | |||
38 | 1 | protected function correctItems(FeedInterface $feed): void |
|
44 | |||
45 | /** |
||
46 | * @param FeedInterface $feed |
||
47 | * @return bool |
||
48 | */ |
||
49 | 3 | protected function isInvalid(FeedInterface $feed): bool |
|
53 | } |
||
54 |