Skip to content

Commit

Permalink
git subrepo pull php-toolkit
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "php-toolkit"
  merged:   "98e671c"
upstream:
  origin:   "[email protected]:rotdrop/nextcloud-app-toolkit.git"
  branch:   "main"
  commit:   "98e671c"
git-subrepo:
  version:  "0.4.5"
  origin:   "???"
  commit:   "???"
  • Loading branch information
rotdrop committed Mar 17, 2023
1 parent cb7707f commit 95d7cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions php-toolkit/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = [email protected]:rotdrop/nextcloud-app-toolkit.git
branch = main
commit = 06062f15322fdedb05a65cd7f6be165683bd9d6c
parent = 5eb862368c7d4d6e5e7cd4eee8c99e5a07f7ea06
commit = 98e671c3278ef9839bcf4a0de403b282c27c0106
parent = cb7707ffe6e64cb88af896bba0e59efb16d2c772
method = merge
cmdver = 0.4.5
2 changes: 1 addition & 1 deletion php-toolkit/Traits/UserRootFolderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 95d7cdf

Please sign in to comment.