From ad6a2672e92c099793e1c1bc430a2a43141d11f8 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 29 Aug 2012 14:04:12 -0400
Subject: [PATCH] Style fix.

---
 .../src/VuFind/ServiceManager/AbstractPluginFactory.php     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php
index b5d9a4aea58..e4363d359f3 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)
     {
-- 
GitLab