forked from Wavyzz/dolibarr
Enhance phpstan
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
* \ingroup HRM
|
||||
* \brief Library for hrm
|
||||
*/
|
||||
$langs->load('hrm');
|
||||
|
||||
/**
|
||||
* Return head table for establishment tabs screen
|
||||
@@ -32,6 +31,8 @@ function establishment_prepare_head($object)
|
||||
{
|
||||
global $langs, $conf;
|
||||
|
||||
$langs->load('hrm');
|
||||
|
||||
$h = 0;
|
||||
$head = array();
|
||||
|
||||
@@ -65,6 +66,8 @@ function hrm_admin_prepare_head()
|
||||
{
|
||||
global $langs, $conf, $user;
|
||||
|
||||
$langs->load('hrm');
|
||||
|
||||
$h = 0;
|
||||
$head = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user