src/Statistics/QueryTranslationStatsActionApi.php
Method getAllowedParams
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getAllowedParams() {
return [
'count' => [
ParamValidator::PARAM_TYPE => $this->dataProvider->getGraphTypes(),
ParamValidator::PARAM_REQUIRED => true,