Fixing style errors.

This commit is contained in:
stickler-ci 2020-12-01 15:05:11 +00:00
parent dbe59adb9a
commit 5c3c3d7608

View File

@ -20,14 +20,14 @@
/** /**
* \file htdocs/core/boxes/box_dolibarr_state_board.php * \file htdocs/core/boxes/box_dolibarr_state_board.php
* \ingroup * \ingroup
* \brief Module Dolibarr state base * \brief Module Dolibarr state base
*/ */
use Symfony\Component\VarDumper\VarDumper; use Symfony\Component\VarDumper\VarDumper;
include_once DOL_DOCUMENT_ROOT . '/core/boxes/modules_boxes.php'; include_once DOL_DOCUMENT_ROOT . '/core/boxes/modules_boxes.php';
include_once(DOL_DOCUMENT_ROOT . '/core/class/hookmanager.class.php'); include_once DOL_DOCUMENT_ROOT . '/core/class/hookmanager.class.php';
/** /**
@ -304,7 +304,6 @@ class box_dolibarr_state_board extends ModeleBoxes
'td' => '', 'td' => '',
'textnoformat' => $boxstat 'textnoformat' => $boxstat
); );
} else { } else {
$this->info_box_contents[0][0] = array( $this->info_box_contents[0][0] = array(
'td' => 'class="nohover center"', 'td' => 'class="nohover center"',