@@ -24,7 +24,7 @@ |
||
| 24 | 24 | string $surname, |
| 25 | 25 | string $birthYear, |
| 26 | 26 | bool $autoUppercase = true |
| 27 | - ){ |
|
| 27 | + ) { |
|
| 28 | 28 | $this->name = $name; |
| 29 | 29 | $this->surname = $surname; |
| 30 | 30 | $this->birthYear = $birthYear; |