SensioFrameworkExtraBundle icon indicating copy to clipboard operation
SensioFrameworkExtraBundle copied to clipboard

ParamConverter::getClass return type should be nullable.

Open koekaverna opened this issue 4 years ago • 0 comments

Hello, I think getClass method of ParamConverter class should be nullable

I had phpstan error in my custom converter when I'm trying to check if ($configuration->getClass() === null) I can make PR

koekaverna avatar Apr 19 '21 11:04 koekaverna