Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/NotesService.php')
-rw-r--r--lib/Service/NotesService.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Service/NotesService.php b/lib/Service/NotesService.php
index 4f43de27..c4b7694c 100644
--- a/lib/Service/NotesService.php
+++ b/lib/Service/NotesService.php
@@ -152,7 +152,11 @@ class NotesService {
/**
* gather note files in given directory and all subdirectories
*/
- private static function gatherNoteFiles(string $customExtension, Folder $folder, string $categoryPrefix = '') : array {
+ private static function gatherNoteFiles(
+ string $customExtension,
+ Folder $folder,
+ string $categoryPrefix = ''
+ ) : array {
$data = [
'files' => [],
'categories' => [],