From d56632a45fcf6fa04797dd1bf8c5b842082d0002 Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 1 Nov 2017 12:36:38 +0300 Subject: [PATCH] FormInterface::getPropertyPath(): PropertyPathInterface|null --- src/Symfony/Component/Form/FormInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/FormInterface.php b/src/Symfony/Component/Form/FormInterface.php index fcfbaaf96c..08e431ef1f 100644 --- a/src/Symfony/Component/Form/FormInterface.php +++ b/src/Symfony/Component/Form/FormInterface.php @@ -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();