@@ -179,7 +179,7 @@ |
||
179 | 179 | * |
180 | 180 | * Example: 'export_raw' -> ExportRaw then 'export' -> 'Export' |
181 | 181 | * |
182 | - * @param $actionname |
|
182 | + * @param string $actionname |
|
183 | 183 | * @return AbstractAction |
184 | 184 | * @throws NoActionException |
185 | 185 | */ |
@@ -62,6 +62,7 @@ |
||
62 | 62 | * @param string $type The section type identifier |
63 | 63 | * @param string $title The section title |
64 | 64 | * @param int $start The byte position for the edit start |
65 | + * @param string $hid |
|
65 | 66 | * @return string A marker class for the starting HTML element |
66 | 67 | * |
67 | 68 | * @author Adrian Lang <[email protected]> |