소스 검색

[Config] fixed phpdoc

Aurélien Fredouelle 14 년 전
부모
커밋
c0e8db18f9
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
      */