Просмотр исходного кода

Merge pull request #140 from knbv/patch-1

Fixed PHPDoc block
Chema 7 лет назад
Родитель
Сommit
06e8cdb4c6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/database/classes/Kohana/Database/Query.php

+ 1 - 1
modules/database/classes/Kohana/Database/Query.php

@@ -76,7 +76,7 @@ class Kohana_Database_Query {
 	 * Enables the query to be cached for a specified amount of time.
 	 *
 	 * @param   integer  $lifetime  number of seconds to cache, 0 deletes it from the cache
-	 * @param   boolean  whether or not to execute the query during a cache hit
+	 * @param   boolean  $force	whether or not to execute the query during a cache hit
 	 * @return  $this
 	 * @uses    Kohana::$cache_life
 	 */