phpcs fix

This commit is contained in:
Frédéric FRANCE 2019-03-31 09:27:11 +02:00 committed by GitHub
parent fca404e8d5
commit ddd1c04eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ function project_admin_prepare_head()
* @param string $showbilltime Add the column 'TimeToBill' and 'TimeBilled'
* @return void
*/
function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$taskrole, $projectsListId = '', $addordertick = 0, $projectidfortotallink = 0, $filterprogresscalc = '', $showbilltime=0)
function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$taskrole, $projectsListId = '', $addordertick = 0, $projectidfortotallink = 0, $filterprogresscalc = '', $showbilltime = 0)
{
global $user, $bc, $langs, $conf, $db;
global $projectstatic, $taskstatic;