Open degr opened 7 years ago
It would be great if you will add datatype comments, something like this:
/** * @var int */ private $id; /** * @return int */ public function getId() { return $this->id; }
@degr Sure I will work on that.
It would be great if you will add datatype comments, something like this: