mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/extension-manager] Correct formatting of documentation
PHPBB3-10323
This commit is contained in:
parent
0ea4de4171
commit
fd42599191
1 changed files with 5 additions and 4 deletions
|
@ -29,14 +29,15 @@ class phpbb_extension_finder
|
||||||
protected $cache_name;
|
protected $cache_name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array An associative array, containing all search parameters set in
|
* An associative array, containing all search parameters set in methods.
|
||||||
* methods
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $query;
|
protected $query;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array A map from md5 hashes of serialized queries to their
|
* A map from md5 hashes of serialized queries to their previously retrieved
|
||||||
* previously retrieved results.
|
* results.
|
||||||
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $cached_queries;
|
protected $cached_queries;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue