From 3864352d17487705cf2a50e17e0f655d7f3efe6e Mon Sep 17 00:00:00 2001 From: Fomafix Date: Mon, 26 Nov 2018 06:34:04 +0100 Subject: [PATCH] InfoAction: Add missing @param type null is explicit supported and in use. Change-Id: I495ca2eacb5359c8bf88c094db39fa44ca5866e1 --- includes/actions/InfoAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/actions/InfoAction.php b/includes/actions/InfoAction.php index d0145034c8..25e4aaeabc 100644 --- a/includes/actions/InfoAction.php +++ b/includes/actions/InfoAction.php @@ -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 ) { -- 2.20.1