1 | <?php declare(strict_types=1); |
||
18 | class PublicId extends FixerAbstract |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * @param Result $result |
||
23 | * @return $this |
||
24 | */ |
||
25 | 2 | public function correct(Result $result) : FixerAbstract |
|
34 | |||
35 | /** |
||
36 | * @param NodeInterface $node |
||
37 | */ |
||
38 | 2 | protected function fixNode(NodeInterface $node) : void |
|
45 | |||
46 | /** |
||
47 | * @param FeedInterface $feed |
||
48 | */ |
||
49 | 2 | protected function fixItems(FeedInterface $feed) : void |
|
55 | } |
||
56 |