File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ class ShiftTemplate extends \Google\Collection
3636 */
3737 public $ assignableEmployeeIds ;
3838 /**
39- * Fixed number of days off per week. An employee has a given day off if they
40- * are not assigned to a shift that starts on that day. A week is 7 days and
41- * begins on Sunday.
39+ * Optional. Fixed number of days off per week. An employee has a given day
40+ * off if they are not assigned to a shift that starts on that day. A week is
41+ * 7 days and begins on Sunday.
4242 *
4343 * @var int
4444 */
@@ -121,9 +121,9 @@ public function getAssignableEmployeeIds()
121121 return $ this ->assignableEmployeeIds ;
122122 }
123123 /**
124- * Fixed number of days off per week. An employee has a given day off if they
125- * are not assigned to a shift that starts on that day. A week is 7 days and
126- * begins on Sunday.
124+ * Optional. Fixed number of days off per week. An employee has a given day
125+ * off if they are not assigned to a shift that starts on that day. A week is
126+ * 7 days and begins on Sunday.
127127 *
128128 * @param int $daysOffCountPerWeek
129129 */
@@ -139,7 +139,8 @@ public function getDaysOffCountPerWeek()
139139 return $ this ->daysOffCountPerWeek ;
140140 }
141141 /**
142- * Fixed dates when shifts from this template should not be generated.
142+ * Optional. Fixed dates when shifts from this template should not be
143+ * generated.
143144 *
144145 * @param DateList $daysOffDates
145146 */
You can’t perform that action at this time.
0 commit comments