From e33355542336bd5ea0e5f485d56eb97a71cf700e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sun, 12 Jan 2025 12:01:00 +0100 Subject: [PATCH] improve demos ID phpdoc --- demos/init-db.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demos/init-db.php b/demos/init-db.php index e44c58c6cb..a6e00be35a 100644 --- a/demos/init-db.php +++ b/demos/init-db.php @@ -197,7 +197,10 @@ protected function initPreventModification(): void /** * Improve testing by using prefixed real field and SQL names. + * + * @property WrappedId $id @Atk4\Field() * + * @method WrappedId|null getId() * @method static|null tryLoad(WrappedId $id = null) * @method static load(WrappedId $id) * @method \Traversable getIterator()