Skip to content

Commit 0304689

Browse files
committed
docs: fix incorrect parameter in sample code
1 parent a28cadd commit 0304689

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/helpers/filesystem_helper

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$map = directory_map('./mydirectory/', false, true);
3+
$map = directory_map('./mydirectory/', 0, true);

0 commit comments

Comments
 (0)