Skip to content

Commit e91c266

Browse files
committed
Make Student::nationaliteitCode nullable
1 parent c364621 commit e91c266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Informat/Responses/Students/Student.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Student
3838
public ?string $geboorteplaats;
3939

4040
/** Student’s official nationality codes. */
41-
public string $nationaliteitCode;
41+
public ?string $nationaliteitCode;
4242

4343
/** Student’s national registration number for Belgium residents. */
4444
public ?string $rijksregisternr;

0 commit comments

Comments
 (0)