ソースを参照

Correct indentation in Engine

Dariusz Rumiński 11 年 前
コミット
4353e7e2a4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -213,7 +213,7 @@ class Mustache_Engine
      */
     public function getEntityFlags()
     {
-      return $this->entityFlags;
+        return $this->entityFlags;
     }
 
     /**