public function inflectPackageVars(array
$vars): array
{ if ($vars['type'
] === 'dokuwiki-plugin'
) { return $this->
inflectPluginVars($vars);
} if ($vars['type'
] === 'dokuwiki-template'
) { return $this->
inflectTemplateVars($vars);
} return $vars;
} /**
* @param array<string, string> $vars
* @return array<string, string>
*/
protected function inflectPluginVars(array
$vars): array
{