summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:41:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:41:21 +0200
commit0f56b6d62cd4af2af5276f7c073737b2d07b0ffd (patch)
tree407914f21c129c012562e059af0fc744e0a5f863 /service
parentcd10f93e0d271840caff92b88195385a2a3f15b2 (diff)
style fixes
Diffstat (limited to 'service')
-rw-r--r--service/folderservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/folderservice.php b/service/folderservice.php
index 5622a5260..f6d45c7e5 100644
--- a/service/folderservice.php
+++ b/service/folderservice.php
@@ -66,7 +66,7 @@ class FolderService extends Service {
* Creates a new folder
* @param string $folderName the name of the folder
* @param string $userId the name of the user for whom it should be created
- * @param int $parentId the parent folder id, deprecated we dont nest folders
+ * @param int $parentId the parent folder id, deprecated we don't nest folders
* @throws ServiceConflictException if name exists already
* @throws ServiceValidationException if the folder has invalid parameters
* @return Folder the newly created folder