Skip to content

Commit

Permalink
[Form] Removed unused property from Field
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schussek committed Feb 2, 2011
1 parent 4f0283a commit 265cdd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Symfony/Component/Form/Field.php
Expand Up @@ -48,8 +48,6 @@
*/
class Field extends Configurable implements FieldInterface
{
protected $taintedData = null;

private $errors = array();
private $key = '';
private $parent = null;
Expand Down Expand Up @@ -295,7 +293,7 @@ public function setData($data)
/**
* Binds POST data to the field, transforms and validates it.
*
* @param string|array $taintedData The POST data
* @param string|array $data The POST data
*/
public function submit($data)
{
Expand Down

0 comments on commit 265cdd1

Please sign in to comment.