@@ -105,8 +105,8 @@ public function insert($tasklist, Task $postBody, $optParams = [])
105
105
return $ this ->call ('insert ' , [$ params ], Task::class);
106
106
}
107
107
/**
108
- * Returns all tasks in the specified task list. Does not return assigned tasks
109
- * be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden
108
+ * Returns all tasks in the specified task list. Doesn't return assigned tasks
109
+ * by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden
110
110
* tasks per list and up to 100,000 tasks in total at a time. (tasks.listTasks)
111
111
*
112
112
* @param string $tasklist Task list identifier.
@@ -167,9 +167,9 @@ public function listTasks($tasklist, $optParams = [])
167
167
* @opt_param string parent Optional. New parent task identifier. If the task is
168
168
* moved to the top level, this parameter is omitted. The task set as parent
169
169
* must exist in the task list and can not be hidden. Exceptions: 1. Assigned
170
- * tasks can not be set as parent task (have subtasks) or be moved under a
171
- * parent task (become subtasks). 2. Tasks that are both completed and hidden
172
- * cannot be nested, so the parent field must be empty.
170
+ * and repeating tasks cannot be set as parent tasks (have subtasks), or be
171
+ * moved under a parent task (become subtasks). 2. Tasks that are both completed
172
+ * and hidden cannot be nested, so the parent field must be empty.
173
173
* @opt_param string previous Optional. New previous sibling task identifier. If
174
174
* the task is moved to the first position among its siblings, this parameter is
175
175
* omitted. The task set as previous must exist in the task list and can not be
0 commit comments