HOR-4547: incompatible data type
This commit is contained in:
2
thirdparty/phing/ProjectComponent.php
vendored
2
thirdparty/phing/ProjectComponent.php
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user