fix phpstan

This commit is contained in:
Frédéric FRANCE 2024-12-16 09:55:42 +01:00
parent 97e1d3a05e
commit 2dbcbce0b4
No known key found for this signature in database
GPG Key ID: C06E4A9656127239

View File

@ -102,9 +102,12 @@ function llxHeader($head = '', $title = '', $help_url = '', $target = '', $disab
* Footer empty
*
* @ignore
* @param string $comment A text to add as HTML comment into HTML generated page
* @param string $zone 'private' (for private pages) or 'public' (for public pages)
* @param int $disabledoutputofmessages Clear all messages stored into session without displaying them
* @return void
*/
function llxFooter()
function llxFooter($comment = '', $zone = 'private', $disabledoutputofmessages = 0)
{
}