Skip to content

Commit 341b46d

Browse files
authored
Add note about depth 0 in Finder
1 parent 8cf5535 commit 341b46d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/finder.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ Restrict by a depth range by chaining calls or passing an array::
302302

303303
// same as above
304304
$finder->depth(['> 2', '< 5']);
305+
306+
Depth 0 means direct children (files and folders).
305307

306308
Custom Filtering
307309
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)