From: Fomafix Date: Mon, 26 Nov 2018 05:34:04 +0000 (+0100) Subject: InfoAction: Add missing @param type X-Git-Tag: 1.34.0-rc.0~3391 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=3864352d17487705cf2a50e17e0f655d7f3efe6e;p=lhc%2Fweb%2Fwiklou.git InfoAction: Add missing @param type null is explicit supported and in use. Change-Id: I495ca2eacb5359c8bf88c094db39fa44ca5866e1 --- 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 ) {