浏览代码

Merge remote-tracking branch 'rothshahar/patch-1' into dev

Justin Hileman 13 年之前
父节点
当前提交
38453d0eac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -86,7 +86,7 @@ class Mustache_Engine
      *         // A Mustache Logger instance. No logging will occur unless this is set. Using a PSR-3 compatible
      *         // logging library -- such as Monolog -- is highly recommended. A simple stream logger implementation is
      *         // available as well:
-     *         'logger' => new Mustache_StreamLogger('php://stderr'),
+     *         'logger' => new Mustache_Logger_StreamLogger('php://stderr'),
      *     );
      *
      * @throws Mustache_Exception_InvalidArgumentException If `escape` option is not callable.