FormInterface::getPropertyPath(): PropertyPathInterface|null

This commit is contained in:
Valentin 2017-11-01 12:36:38 +03:00
parent 151e5e87af
commit d56632a45f

View File

@ -171,7 +171,7 @@ interface FormInterface extends \ArrayAccess, \Traversable, \Countable
/** /**
* Returns the property path that the form is mapped to. * 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(); public function getPropertyPath();