It would be great if you will add datatype comments, something like this: ```php /** * @var int */ private $id; /** * @return int */ public function getId() { return $this->id; } ```
It would be great if you will add datatype comments, something like this: