From 17bc3be108836f422d59f283c78741a96468f46c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 10 Oct 2012 11:06:28 -0400 Subject: [PATCH] Whitespace cleanup. --- module/VuFind/src/VuFind/Db/Table/PluginManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Db/Table/PluginManager.php b/module/VuFind/src/VuFind/Db/Table/PluginManager.php index 7e749b9c35f..f301668be7f 100644 --- a/module/VuFind/src/VuFind/Db/Table/PluginManager.php +++ b/module/VuFind/src/VuFind/Db/Table/PluginManager.php @@ -56,7 +56,6 @@ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager $this->addInitializer($initializer, false); } - /** * Return the name of the base class or interface that plug-ins must conform * to. -- GitLab