Skip to content

Commit

Permalink
Add missing attribute in PHPDOC (#548)
Browse files Browse the repository at this point in the history
* Add missing attribute in PHPDOC

* Update model.php
  • Loading branch information
taobig committed Aug 5, 2024
1 parent c7f7533 commit c025c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/model/default/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/** @var string[] $labels list of attribute labels (name => label) */
/** @var string[] $rules list of validation rules */
/** @var array $relations list of relations (name => relation declaration) */
/** @var array $relationsClassHints */

echo "<?php\n";
?>
Expand Down

0 comments on commit c025c29

Please sign in to comment.