From 95d7cdf112dfde393a190596eb9fb41856685597 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Fri, 17 Mar 2023 10:53:24 +0100 Subject: [PATCH] git subrepo pull php-toolkit subrepo: subdir: "php-toolkit" merged: "98e671c" upstream: origin: "git@github.com:rotdrop/nextcloud-app-toolkit.git" branch: "main" commit: "98e671c" git-subrepo: version: "0.4.5" origin: "???" commit: "???" --- php-toolkit/.gitrepo | 4 ++-- php-toolkit/Traits/UserRootFolderTrait.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {