@@ -434,18 +434,15 @@ public function checkUpdateSettings(string $id)
434434 * @Param(type="post", name="pointsChangedEmails", validation="bool", required=false,
435435 * description="Flag if email should be sent to user when the points were awarded for assignment")
436436 * @Param(type="post", name="assignmentSubmitAfterAcceptedEmails", validation="bool", required=false,
437- * description="Flag if email should be sent to group supervisor if a student submits new solution
438- * for already accepted assignment")
437+ * description="Flag if email should be sent to group supervisor if a student submits new solution for already accepted assignment")
439438 * @Param(type="post", name="assignmentSubmitAfterReviewedEmails", validation="bool", required=false,
440- * description="Flag if email should be sent to group supervisor if a student submits new solution
441- * for already reviewed and not accepted assignment")
439+ * description="Flag if email should be sent to group supervisor if a student submits new solution for already reviewed and not accepted assignment")
442440 * @Param(type="post", name="exerciseNotificationEmails", validation="bool", required=false,
443441 * description="Flag if notifications sent by authors of exercises should be sent via email.")
444442 * @Param(type="post", name="solutionAcceptedEmails", validation="bool", required=false,
445443 * description="Flag if notification should be sent to a student when solution accepted flag is changed.")
446444 * @Param(type="post", name="solutionReviewRequestedEmails", validation="bool", required=false,
447- * description="Flag if notification should be send to a teacher when a solution reviewRequested flag
448- * is chagned in a supervised/admined group.")
445+ * description="Flag if notification should be send to a teacher when a solution reviewRequested flag is chagned in a supervised/admined group.")
449446 * @throws NotFoundException
450447 */
451448 public function actionUpdateSettings (string $ id )
0 commit comments