fix visibility

This commit is contained in:
Jörn Friedrich Dreyer 2014-12-19 16:39:03 +01:00
parent 8bf048376c
commit a8edb2124d
2 changed files with 2 additions and 8 deletions

View File

@ -24,12 +24,6 @@ namespace OCP\Search;
*/ */
abstract class PagedProvider extends Provider { abstract class PagedProvider extends Provider {
/**
* List of options (currently unused)
* @var array
*/
private $options;
/** /**
* Constructor * Constructor
* @param array $options * @param array $options

View File

@ -27,10 +27,10 @@ abstract class Provider {
const OPTION_APPS = 'apps'; const OPTION_APPS = 'apps';
/** /**
* List of options (currently unused) * List of options
* @var array * @var array
*/ */
private $options; protected $options;
/** /**
* Constructor * Constructor