diff --git a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php index b5d9a4aea5877f15e3a7aba736bb68dbba8abbf9..e4363d359f3cd477894b4ded59910047d0476191 100644 --- a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php +++ b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php @@ -45,10 +45,10 @@ abstract class AbstractPluginFactory implements AbstractFactoryInterface /** * Get the name of a class for a given plugin name. * - * @param string $name Name of service - * @param string $requestedName Unfiltered name of service + * @param string $name Name of service + * @param string $requestedName Unfiltered name of service * - * @return string Fully qualified class name + * @return string Fully qualified class name */ protected function getClassName($name, $requestedName) {