[DomCrawler] Removed unused document property in Form

This commit is contained in:
Daniel Holmes 2011-08-24 13:45:37 +10:00
parent 277d75b7ce
commit e294211343

View File

@ -22,7 +22,6 @@ use Symfony\Component\DomCrawler\Field\FormField;
*/
class Form extends Link implements \ArrayAccess
{
private $document;
private $button;
private $fields;