remove warning

This commit is contained in:
Frédéric FRANCE 2018-11-09 15:29:49 +01:00 committed by GitHub
parent 773e2da4cc
commit 1fd398234f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
<?php
/* Copyright (C) 2004-2017 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2004-2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) ---Put here your own copyright and developer email---
*
* This program is free software: you can redistribute it and/or modify
@ -200,7 +201,7 @@ class mymodulewidget1 extends ModeleBoxes
* @param array $contents Array with properties of box lines
* @return void
*/
public function showBox($head = null, $contents = null)
public function showBox($head = null, $contents = null, $nooutput = 0)
{
// You may make your own code here…
// … or use the parent's class function using the provided head and contents templates