Update project.lib.php

This commit is contained in:
Laurent Destailleur 2020-10-06 23:30:51 +02:00 committed by GitHub
parent 3ceb5c217f
commit 13ec304b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
/**
* Prepare array with list of tabs
*
* @param Project $object Object related to tabs
* @param Project $project Object related to tabs
* @return array Array of tabs to show
*/
function project_prepare_head(Project $project)