1 | <?php declare(strict_types=1); |
||
17 | class PublicId extends FixerAbstract |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * @param FeedInterface $feed |
||
22 | * @return $this |
||
23 | */ |
||
24 | public function correct(FeedInterface $feed) : FixerAbstract |
||
32 | |||
33 | /** |
||
34 | * @param NodeInterface $node |
||
35 | */ |
||
36 | protected function fixNode(NodeInterface $node) : void |
||
43 | |||
44 | /** |
||
45 | * @param FeedInterface $feed |
||
46 | */ |
||
47 | protected function fixItems(FeedInterface $feed) : void |
||
53 | } |
||
54 |