pass $project parameter by reference

This commit is contained in:
Marc Michalsky forumZFD 2020-10-07 15:20:48 +02:00
parent 55d0add9e7
commit 510d50843a
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -202,7 +202,7 @@ class TwingleApiCall {
* Returns a response array that contains title, id, project_id and status * Returns a response array that contains title, id, project_id and status
* *
*/ */
public function updateProject(TwingleProject $project) { public function updateProject(TwingleProject &$project) {
$values = $project->export(); $values = $project->export();