浏览代码

Merge remote branch 'AurelC2G/fix-phpdoc'

* AurelC2G/fix-phpdoc:
  [Config] fixed phpdoc
Fabien Potencier 14 年之前
父节点
当前提交
38baa85d46
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Symfony/Component/Config/ConfigCache.php

+ 2 - 1
src/Symfony/Component/Config/ConfigCache.php

@@ -49,7 +49,8 @@ class ConfigCache
     /**
      * Checks if the cache is still fresh.
      *
-     * This method always returns true is debug is on and the cache file exists.
+     * This method always returns true when debug is off and the
+     * cache file exists.
      *
      * @return Boolean true if the cache is fresh, false otherwise
      */