Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Jan 3, 2012
1 parent b44dba5 commit 7e8df56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Now, let's see the actual code of this class::
$this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE);

return new Project_Set_Node($name, $value, $lineno, $this->getTag());
}
}

public function getTag()
{
Expand Down Expand Up @@ -449,7 +449,7 @@ The ``Project_Set_Node`` class itself is rather simple::
public function __construct($name, Twig_Node_Expression $value, $lineno)
{
parent::__construct(array('value' => $value), array('name' => $name), $lineno);
}
}

public function compile(Twig_Compiler $compiler)
{
Expand Down

0 comments on commit 7e8df56

Please sign in to comment.