projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
29d3cb2
)
Switched a tab to four spaces
author
Jannis Grimm
<jannis@gje.ch>
Mon, 25 Jul 2011 21:10:29 +0000 (23:10 +0200)
committer
Jannis Grimm
<jannis@gje.ch>
Mon, 25 Jul 2011 21:10:29 +0000 (23:10 +0200)
lib/Twig/Node/Module.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Node/Module.php
b/lib/Twig/Node/Module.php
index
7079227
..
4d8fb43
100644
(file)
--- a/
lib/Twig/Node/Module.php
+++ b/
lib/Twig/Node/Module.php
@@
-132,7
+132,7
@@
class Twig_Node_Module extends Twig_Node
->write("public function __construct(Twig_Environment \$env)\n", "{\n")
->indent()
->write("parent::__construct(\$env);\n\n")
- ->write("\$this->parent = array();\n")
+ ->write("\$this->parent = array();\n")
;
$countTraits = count($this->getNode('traits'));