Skip to content

Commit b660520

Browse files
authored
fix php doc
1 parent 96e1ef8 commit b660520

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/models/Category.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
*
1919
* @property integer $depth
2020
*
21-
* @property Category|null $parent
22-
* @property Category[] $parents
23-
* @property Category[] $descendants
24-
* @property Category[] $children
21+
* @property self|null $parent
22+
* @property self[] $parents
23+
* @property self[] $descendants
24+
* @property self[] $children
2525
*
2626
*/
2727
class Category extends ActiveRecord

0 commit comments

Comments
 (0)