[TwigBridge] removed double var initialization (refs #7344)

This commit is contained in:
Fabien Potencier 2013-03-13 14:40:23 +01:00
parent 8f2c875750
commit 175cdc0fd0

View File

@ -32,7 +32,6 @@ class Scope
*/
public function __construct(Scope $parent = null)
{
$this->data = array();
$this->parent = $parent;
$this->left = false;
$this->data = array();