Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3 |
In FormInterface::getPropertyPath() the return type is not nullable.
But its implementation in Form::getPropertyPath() actually returns null. This costed me a Call to a member function getElements() on null
since I was relying on IDE autocomplete.