Skip to content

Commit

Permalink
improve demos ID phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 12, 2025
1 parent 7568172 commit e333555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/init-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<WrappedId, static> getIterator()
Expand Down

0 comments on commit e333555

Please sign in to comment.