Browse Source

Fixed PHPDoc block

Borislav Kosun 7 years ago
parent
commit
e22368cc80
1 changed files with 1 additions and 1 deletions
  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
 	 */