Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6761ecf

Browse filesBrowse files
hootlexxabbuh
authored andcommitted
update github example
1 parent 66970b0 commit 6761ecf
Copy full SHA for 6761ecf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/dom_crawler.rst

Copy file name to clipboardExpand all lines: components/dom_crawler.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ directly::
441441
$crawler = $client->request('GET', 'https://github.com/login');
442442

443443
// select the form and fill in some values
444-
$form = $crawler->selectButton('Log in')->form();
444+
$form = $crawler->selectButton('Sign in')->form();
445445
$form['login'] = 'symfonyfan';
446446
$form['password'] = 'anypass';
447447

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.