We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e1ef8 commit b660520Copy full SHA for b660520
src/models/Category.php
@@ -18,10 +18,10 @@
18
*
19
* @property integer $depth
20
21
- * @property Category|null $parent
22
- * @property Category[] $parents
23
- * @property Category[] $descendants
24
- * @property Category[] $children
+ * @property self|null $parent
+ * @property self[] $parents
+ * @property self[] $descendants
+ * @property self[] $children
25
26
*/
27
class Category extends ActiveRecord
0 commit comments