2
0
forked from Wavyzz/dolibarr

Enhance phpstan

This commit is contained in:
Laurent Destailleur
2019-07-20 16:22:00 +02:00
parent 6015254a77
commit de18d5d187
2 changed files with 50 additions and 1 deletions

View File

@@ -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();