@@ -86,6 +86,9 @@ |
||
86 | 86 | return $result; |
87 | 87 | } |
88 | 88 | |
89 | + /** |
|
90 | + * @param string $tag |
|
91 | + */ |
|
89 | 92 | protected function generateItem($tag, $data) |
90 | 93 | { |
91 | 94 | $content = ""; |
@@ -5,5 +5,8 @@ |
||
5 | 5 | |
6 | 6 | interface ModificationDataInterface |
7 | 7 | { |
8 | + /** |
|
9 | + * @return void |
|
10 | + */ |
|
8 | 11 | public static function processData(ModificationDataEvent $event); |
9 | 12 | } |
10 | 13 | \ No newline at end of file |