SensioFrameworkExtraBundle
SensioFrameworkExtraBundle copied to clipboard
ParamConverter::getClass return type should be nullable.
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