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 f24e4c2 commit 240c386Copy full SHA for 240c386
src/NestedSetsBehavior.php
@@ -205,7 +205,7 @@ protected function deleteWithChildrenInternal()
205
206
/**
207
* Gets the parents of the node.
208
- * @param integer $depth the depth
+ * @param integer|null $depth the depth
209
* @return \yii\db\ActiveQuery
210
*/
211
public function parents($depth = null)
@@ -227,7 +227,7 @@ public function parents($depth = null)
227
228
229
* Gets the children of the node.
230
231
232
233
public function children($depth = null)
0 commit comments