Skip to content

Commit a6abcef

Browse files
committed
fix indention
1 parent c22a1c3 commit a6abcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ Use the ``submitForm()`` method to submit the form that contains the given butto
716716
$client->request('GET', '/post/hello-world');
717717

718718
$crawler = $client->submitForm('Add comment', [
719-
'comment_form[content]' => '...',
719+
'comment_form[content]' => '...',
720720
]);
721721

722722
The first argument of ``submitForm()`` is the text content, ``id``, ``value`` or

0 commit comments

Comments
 (0)