additional phpdoc for search

This commit is contained in:
Robin Appelman 2016-02-05 17:52:19 +01:00
parent 615f0f5499
commit 559189cf47
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ interface ICache {
public function getStatus($file);
/**
* search for files matching $pattern
* search for files matching $pattern, files are matched if their filename matches the search pattern
*
* @param string $pattern the search pattern using SQL search syntax (e.g. '%searchstring%')
* @return ICacheEntry[] an array of cache entries where the name matches the search pattern