Skip to content

Commit

Permalink
Merge pull request #99 from creative-commoners/pulls/3.1/docblock
Browse files Browse the repository at this point in the history
MNT Update @methods on class docblocks
  • Loading branch information
GuySartorelli authored Dec 14, 2023
2 parents 48fcd54 + 797c221 commit 8947b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TaxonomyTerm.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
* @property int $ParentID
* @property int $Sort
* @property int $TypeID
* @method HasManyList|TaxonomyTerm[] Children()
* @package taxonomy
* @method HasManyList<TaxonomyTerm> Children()
* @method TaxonomyTerm Parent()
* @method TaxonomyType Type()
* @package taxonomy
*/
class TaxonomyTerm extends DataObject implements PermissionProvider
{
Expand Down

0 comments on commit 8947b8b

Please sign in to comment.