diff --git a/php-toolkit/.gitrepo b/php-toolkit/.gitrepo index b90ba5fe..088e5e8b 100644 --- a/php-toolkit/.gitrepo +++ b/php-toolkit/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = git@github.com:rotdrop/nextcloud-app-toolkit.git branch = main - commit = 06062f15322fdedb05a65cd7f6be165683bd9d6c - parent = 5eb862368c7d4d6e5e7cd4eee8c99e5a07f7ea06 + commit = 98e671c3278ef9839bcf4a0de403b282c27c0106 + parent = cb7707ffe6e64cb88af896bba0e59efb16d2c772 method = merge cmdver = 0.4.5 diff --git a/php-toolkit/Traits/UserRootFolderTrait.php b/php-toolkit/Traits/UserRootFolderTrait.php index 2d2c861c..82a1778e 100644 --- a/php-toolkit/Traits/UserRootFolderTrait.php +++ b/php-toolkit/Traits/UserRootFolderTrait.php @@ -116,7 +116,7 @@ public function getUserFolderPath():string * @param int $depth Internal recursion depth parameters. The $callback * receives it as second argument. * - * @return int The number of plain files found during the walk. + * @return int The number of files found during the walk. */ public function folderWalk(mixed $pathOrFolder, ?callable $callback = null, int $depth = 0):int {