FormInterface::getPropertyPath(): PropertyPathInterface|null

This commit is contained in:
Valentin 2017-11-01 12:36:38 +03:00
parent 151e5e87af
commit d56632a45f
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ interface FormInterface extends \ArrayAccess, \Traversable, \Countable
/**
* Returns the property path that the form is mapped to.
*
* @return \Symfony\Component\PropertyAccess\PropertyPathInterface The property path
* @return \Symfony\Component\PropertyAccess\PropertyPathInterface|null The property path
*/
public function getPropertyPath();