1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/extension-manager] Correct formatting of documentation

PHPBB3-10323
This commit is contained in:
Nils Adermann
2011-08-29 22:32:20 -04:00
parent 0ea4de4171
commit fd42599191

View File

@@ -29,14 +29,15 @@ class phpbb_extension_finder
protected $cache_name;
/**
* @var array An associative array, containing all search parameters set in
* methods
* An associative array, containing all search parameters set in methods.
* @var array
*/
protected $query;
/**
* @var array A map from md5 hashes of serialized queries to their
* previously retrieved results.
* A map from md5 hashes of serialized queries to their previously retrieved
* results.
* @var array
*/
protected $cached_queries;