Proposed: ``` php if ($this->hydrator) { return $this->hydrator->hydrate($response, 'class'); } return $response; ``` This might put lots of code within the if, but seems logically more correct to me.