Compare commits

..

No commits in common. "9aaf67ea0d31fe5fc2ce9850b0898f3994287b50" and "9ae64b44458578e3584a5dd90cd91760c295ac97" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@ class SolrConfigStore_File implements SolrConfigStore
/**
* @var string
*/
public $remote;
protected $remote = '';
/**
* @var string
*/
public $local;
protected $local = '';
/**
* @param array $config

View File

@ -15,12 +15,12 @@ class SolrConfigStore_WebDAV implements SolrConfigStore
/**
* @var string
*/
public $remote;
protected $remote = '';
/**
* @var string
*/
public $url;
protected $url = '';
/**
* @param array $config