| @@ -6,11 +6,11 @@ | ||
| 6 | 6 | |
| 7 | 7 | class AssignmentInformationFactory |
| 8 | 8 | { |
| 9 | 9 | public function createAssignmentInformation( |
| 10 | - ?string $type = null, | |
| 11 | - ?string $fromDate = null, | |
| 12 | - ?string $toDate = null, | |
| 10 | + string $type = null, | |
| 11 | + string $fromDate = null, | |
| 12 | + string $toDate = null, | |
| 13 | 13 | array $recursiveMembership = [] |
| 14 | 14 | ): AssignmentInformation { |
| 15 | 15 | return new AssignmentInformation($type, $fromDate, $toDate, $recursiveMembership); |
| 16 | 16 | } |