Annotate the method correctly
[MAILPOET-2535]
This commit is contained in:
committed by
Jack Kitterhing
parent
25b2edab8a
commit
3a9a98b842
@@ -13,7 +13,7 @@ trait AutoincrementedIdTrait {
|
||||
*/
|
||||
private $id;
|
||||
|
||||
/** @return int */
|
||||
/** @return int|null */
|
||||
public function getId() {
|
||||
return $this->id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user