mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/10875] Spelling fix.
PHPBB3-10875
This commit is contained in:
parent
3c4a0c8577
commit
ee16ed7b76
1 changed files with 2 additions and 2 deletions
4
phpBB/includes/cache/driver/interface.php
vendored
4
phpBB/includes/cache/driver/interface.php
vendored
|
@ -63,7 +63,7 @@ interface phpbb_cache_driver_interface
|
||||||
public function destroy($var_name, $table = '');
|
public function destroy($var_name, $table = '');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if a given cache entry exist
|
* Check if a given cache entry exists
|
||||||
*/
|
*/
|
||||||
public function _exists($var_name);
|
public function _exists($var_name);
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ interface phpbb_cache_driver_interface
|
||||||
public function sql_save($query, $query_result, $ttl);
|
public function sql_save($query, $query_result, $ttl);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ceck if a given sql query exist in cache
|
* Check if a given sql query exists in cache
|
||||||
*
|
*
|
||||||
* @param int $query_id
|
* @param int $query_id
|
||||||
* @return bool
|
* @return bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue