From f5088c95a3061f37e0800d61043b2235416ad850 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 9 Oct 2012 10:51:11 -0400
Subject: [PATCH] Style fixes.

---
 module/VuFind/src/VuFind/Db/Table/PluginManager.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Db/Table/PluginManager.php b/module/VuFind/src/VuFind/Db/Table/PluginManager.php
index 5d467f3f9d1..7e749b9c35f 100644
--- a/module/VuFind/src/VuFind/Db/Table/PluginManager.php
+++ b/module/VuFind/src/VuFind/Db/Table/PluginManager.php
@@ -43,7 +43,7 @@ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager
      *
      * Make sure table gateways are properly initialized.
      *
-     * @param  null|ConfigInterface $configuration
+     * @param null|ConfigInterface $configuration Configuration settings (optional)
      */
     public function __construct(
         \Zend\ServiceManager\ConfigInterface $configuration = null
-- 
GitLab