Merge branch 'develop' into phpstan-level-1

This commit is contained in:
Art4 2024-11-28 07:58:50 +00:00
commit 0b58562a4e
2 changed files with 13 additions and 5 deletions

View file

@ -27,9 +27,6 @@ class OpenSearch extends BaseModule
/** @var IManageConfigValues */
private $config;
/** @var App\baseUrl */
protected $baseUrl;
/** @var string */
private $basePath;
@ -39,7 +36,6 @@ class OpenSearch extends BaseModule
$this->config = $config;
$this->basePath = $basePath->getPath();
$this->baseUrl = $baseUrl;
}
/**