Skip to content
Snippets Groups Projects
Commit acb63359 authored by Demian Katz's avatar Demian Katz
Browse files

Style fixes.

parent dfdd93bd
No related merge requests found
......@@ -101,6 +101,8 @@ class Factory
/**
* Construct the config manager.
*
* @param ServiceManager $sm Service manager.
*
* @return \VuFind\Config\PluginManager
*/
public static function getConfig(ServiceManager $sm)
......@@ -277,8 +279,9 @@ class Factory
*
* @return \VuFind\Hierarchy\TreeDataSource\PluginManager
*/
public static function getHierarchyTreeDataSourcePluginManager(ServiceManager $sm)
{
public static function getHierarchyTreeDataSourcePluginManager(
ServiceManager $sm
) {
return static::getGenericPluginManager($sm, 'Hierarchy\TreeDataSource');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment