correct codestyle

This commit is contained in:
Christian Foellmann 2021-08-21 19:57:52 +02:00
parent 7ca490088a
commit 3f895f7dc5

View File

@ -9261,7 +9261,7 @@ class Form
* *
* @return string * @return string
*/ */
public function buttonsSaveCancel( $save_label = 'Save', $cancel_label = 'Cancel', $morefields = array(), $withoutdiv = 0 ) public function buttonsSaveCancel($save_label = 'Save', $cancel_label = 'Cancel', $morefields = array(), $withoutdiv = 0)
{ {
global $langs; global $langs;
@ -9303,9 +9303,9 @@ class Form
/** /**
* Return a button (input submit) * Return a button (input submit)
* *
* @param string $name * @param string $name Name
* @param string $label * @param string $label Label of the button
* @param string $addclass * @param string $addclass Additional css classes
* *
* @return string * @return string
*/ */