@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | return $this->name; |
| 135 | 135 | } |
| 136 | 136 | |
| 137 | - public function updateLoginAndName(string $login, ?string $name): self |
|
| 137 | + public function updateLoginAndName(string $login, ?string $name) : self |
|
| 138 | 138 | { |
| 139 | 139 | $this->login = $login; |
| 140 | 140 | $this->name = $name; |
@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | return $this->updatedAt; |
| 196 | 196 | } |
| 197 | 197 | |
| 198 | - public function updatePrivacy(?bool $public, ?bool $whitelistOnly): void |
|
| 198 | + public function updatePrivacy(?bool $public, ?bool $whitelistOnly) : void |
|
| 199 | 199 | { |
| 200 | 200 | $this->public = $public; |
| 201 | 201 | $this->whitelistOnly = $whitelistOnly; |