@@ -79,7 +79,7 @@ |
||
| 79 | 79 | /** |
| 80 | 80 | * Get xml config writer |
| 81 | 81 | * |
| 82 | - * @return XmlXmlWriter |
|
| 82 | + * @return XmlWriter |
|
| 83 | 83 | */ |
| 84 | 84 | public function getXmlWriter() : XmlWriter |
| 85 | 85 | { |
@@ -170,8 +170,6 @@ |
||
| 170 | 170 | /** |
| 171 | 171 | * Sort by entry count descending |
| 172 | 172 | * |
| 173 | - * @param array $a |
|
| 174 | - * @param array $b |
|
| 175 | 173 | * @return number |
| 176 | 174 | */ |
| 177 | 175 | private function sortByEntryCountDescending(array $configEntryA, array $configEntryB) |