1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-26 11:40:47 +03:00

Fixed phpDoc

This commit is contained in:
Alexander Kochetov 2015-01-23 09:06:09 +03:00
parent f24e4c2711
commit 240c38649c

View file

@ -205,7 +205,7 @@ class NestedSetsBehavior extends Behavior
/**
* Gets the parents of the node.
* @param integer $depth the depth
* @param integer|null $depth the depth
* @return \yii\db\ActiveQuery
*/
public function parents($depth = null)
@ -227,7 +227,7 @@ class NestedSetsBehavior extends Behavior
/**
* Gets the children of the node.
* @param integer $depth the depth
* @param integer|null $depth the depth
* @return \yii\db\ActiveQuery
*/
public function children($depth = null)