Annotate the method correctly

[MAILPOET-2535]
This commit is contained in:
Pavel Dohnal
2019-11-19 10:21:36 +01:00
committed by Jack Kitterhing
parent 25b2edab8a
commit 3a9a98b842

View File

@@ -13,7 +13,7 @@ trait AutoincrementedIdTrait {
*/
private $id;
/** @return int */
/** @return int|null */
public function getId() {
return $this->id;
}