HOR-4547: incompatible data type

This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-05-11 14:30:50 -04:00
parent 60f83d82c2
commit 4b20786cd6
4 changed files with 5 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ abstract class ProjectComponent {
* @param object The reference to the current project
* @access public
*/
function setProject($project) {
function setProject(Project $project) {
$this->project = $project;
}