``` /** @var object */ $var = $this->getObject(); ``` becomes: ``` /** * @param int $count * * @return bool */ $var = $this->getObject(); ```