Fix CS from scrutiniser-ci
This commit is contained in:
parent
c4210a5c6d
commit
1d5fe44ca4
17 changed files with 75 additions and 22 deletions
|
|
@ -77,6 +77,9 @@ class TypeConfig
|
|||
return $this->getConfig('search_analyzer');
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
*/
|
||||
private function getConfig($key)
|
||||
{
|
||||
return isset($this->config[$key]) ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue