Romaric PIBOLLEAU

Results 3 comments of Romaric PIBOLLEAU

Hello, I have an issue on this getter. When I submit a form with empty passwords, I had an error "Expected argument of type "string", "null" given at property path...

Thanks for your answer. Here is my setter, It is configured as described above 👍 ``` /** * @param string $plainPassword */ public function setPlainPassword(string $plainPassword): void { $this->plainPassword =...

Marvelous, it works ! Thanks for your help. So, for everyone who read this thead, here is my setter ``` /** * @param string $plainPassword */ public function setPlainPassword(?string $plainPassword):...