From 90004b12bce70552ca5ecf2f05cd805c88d830fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Mon, 1 Sep 2014 18:42:55 +0200 Subject: [PATCH] fix indent --- src/Mustache/Engine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mustache/Engine.php b/src/Mustache/Engine.php index 4cac394..91469de 100644 --- a/src/Mustache/Engine.php +++ b/src/Mustache/Engine.php @@ -174,7 +174,7 @@ class Mustache_Engine } if (isset($options['entity_flags'])) { - $this->entityFlags = $options['entity_flags']; + $this->entityFlags = $options['entity_flags']; } if (isset($options['charset'])) {