Skip to content

Commit e433a06

Browse files
committed
[#10200] remove trailing spaces
1 parent 3a31aad commit e433a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/action_method.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ form, you can use ``setAction()`` and ``setMethod()``:
2828
public function newAction()
2929
{
3030
// ...
31-
31+
3232
$form = $this->createFormBuilder($task)
3333
->setAction($this->generateUrl('target_route'))
3434
->setMethod('GET')

0 commit comments

Comments
 (0)