Calisto
Results
1
comments of
Calisto
I had the same problem. I solved it by adding `?` in string return type on getName method from Address class like this: **before:** public function getName(): string **after:** public...