Skip to content

Commit

Permalink
Merge pull request #81 from webguys-de/feature-php72
Browse files Browse the repository at this point in the history
Fix PHP 7.2
  • Loading branch information
tobi-pb authored Apr 23, 2019
2 parents 5f2e326 + 9cc0f59 commit 4923eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getTemplateModel()
return $this->_template_model;
}

public function setTemplateModel($model)
public function setTemplateModel(object $model) : object
{
$this->_template_model = $model;
return $this;
Expand Down

0 comments on commit 4923eb4

Please sign in to comment.