From acb633599d215ba87b568f1548cd27999bf8d815 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 26 Sep 2014 14:08:23 -0400 Subject: [PATCH] Style fixes. --- module/VuFind/src/VuFind/Service/Factory.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/Service/Factory.php b/module/VuFind/src/VuFind/Service/Factory.php index 327080632a6..20c89577087 100644 --- a/module/VuFind/src/VuFind/Service/Factory.php +++ b/module/VuFind/src/VuFind/Service/Factory.php @@ -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'); } -- GitLab