Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[DomCroller] Form extends Link for BC
This is a fix for BC with Symfony 2.7. It should be reverted in 3.0.
  • Loading branch information
valeriangalliat committed Feb 8, 2015
commit 789d79c46e7077c7693a88f1bc9f421c7e402491
2 changes: 1 addition & 1 deletion src/Symfony/Component/DomCrawler/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @api
*/
class Form extends AbstractUriElement implements \ArrayAccess
class Form extends Link implements \ArrayAccess
{
/**
* @var \DOMElement
Expand Down