Skip to content

Commit 2498b6a

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [WebProfilerBundle] add missing tests FormInterface::getPropertyPath(): PropertyPathInterface|null [FrameworkBundle][Routing] Remove unused logger argument
2 parents 83c5d79 + 7dcd7e7 commit 2498b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function getName();
171171
/**
172172
* Returns the property path that the form is mapped to.
173173
*
174-
* @return \Symfony\Component\PropertyAccess\PropertyPathInterface The property path
174+
* @return \Symfony\Component\PropertyAccess\PropertyPathInterface|null The property path
175175
*/
176176
public function getPropertyPath();
177177

0 commit comments

Comments
 (0)