| @@ -233,7 +233,7 @@ | ||
| 233 | 233 | protected function hashPassword(): UserEntityInterface | 
| 234 | 234 |      { | 
| 235 | 235 | $this->password = password_hash( | 
| 236 | - (string) $this->password, | |
| 236 | + (string)$this->password, | |
| 237 | 237 | PASSWORD_DEFAULT | 
| 238 | 238 | ); | 
| 239 | 239 | return $this; |