Completed
Pull Request — master (#1933)
by Andreas
07:06 queued 03:43
created
inc/ActionRouter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
inc/parser/xhtml.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -62,6 +62,7 @@
 block discarded – undo
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]>
Please login to merge, or discard this patch.