projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
573a360
)
fixed an obsolete comment in phpdoc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 26 May 2012 06:30:56 +0000 (08:30 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 26 May 2012 06:30:56 +0000 (08:30 +0200)
lib/Twig/Environment.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Environment.php
b/lib/Twig/Environment.php
index
60f0051
..
5d391ed
100644
(file)
--- a/
lib/Twig/Environment.php
+++ b/
lib/Twig/Environment.php
@@
-50,9
+50,8
@@
class Twig_Environment
*
* Available options:
*
- * * debug: When set to `true`, the generated templates have a __toString()
- * method that you can use to display the generated nodes (default to
- * false).
+ * * debug: When set to true, it automatically set "auto_reload" to true as
+ * well (default to false).
*
* * charset: The charset used by the templates (default to utf-8).
*