InfoAction: Add missing @param type
authorFomafix <fomafix@googlemail.com>
Mon, 26 Nov 2018 05:34:04 +0000 (06:34 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 1 Dec 2018 22:24:37 +0000 (22:24 +0000)
null is explicit supported and in use.

Change-Id: I495ca2eacb5359c8bf88c094db39fa44ca5866e1

includes/actions/InfoAction.php

index d014503..25e4aae 100644 (file)
@@ -174,7 +174,7 @@ class InfoAction extends FormlessAction {
         * @param string $table The table that will be added to the content
         * @param string $name The name of the row
         * @param string $value The value of the row
-        * @param string $id The ID to use for the 'tr' element
+        * @param string|null $id The ID to use for the 'tr' element
         * @return string The table with the row added
         */
        protected function addRow( $table, $name, $value, $id ) {