Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Kilhage committed Oct 4, 2016
1 parent 336a875 commit d4bf056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/QueuedTask.php
Expand Up @@ -215,9 +215,9 @@ protected function setResolution($resolution)
}

/**
* @param \DateTime $result
* @param string $result
*/
protected function setResult(\DateTime $result)
protected function setResult($result)
{
$this->result = $result;
}
Expand Down

0 comments on commit d4bf056

Please sign in to comment.