File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1190,23 +1190,23 @@ protected static function createDaysList($days)
1190
1190
1191
1191
class InvalidCombination extends Exception
1192
1192
{
1193
- public function __construct ($ message = "Invalid combination. " , $ code = 0 , Exception $ previous = null )
1193
+ public function __construct ($ message = "Invalid combination. " , $ code = 0 , ? Exception $ previous = null )
1194
1194
{
1195
1195
parent ::__construct ($ message , $ code , $ previous );
1196
1196
}
1197
1197
}
1198
1198
1199
1199
class FrequencyRequired extends Exception
1200
1200
{
1201
- public function __construct ($ message = "You are required to set a frequency. " , $ code = 0 , Exception $ previous = null )
1201
+ public function __construct ($ message = "You are required to set a frequency. " , $ code = 0 , ? Exception $ previous = null )
1202
1202
{
1203
1203
parent ::__construct ($ message , $ code , $ previous );
1204
1204
}
1205
1205
}
1206
1206
1207
1207
class InvalidStartDate extends Exception
1208
1208
{
1209
- public function __construct ($ message = "The start date must be the first occurrence. " , $ code = 0 , Exception $ previous = null )
1209
+ public function __construct ($ message = "The start date must be the first occurrence. " , $ code = 0 , ? Exception $ previous = null )
1210
1210
{
1211
1211
parent ::__construct ($ message , $ code , $ previous );
1212
1212
}
You can’t perform that action at this time.
0 commit comments