From b1bd8fb1226de9dce4b3cf0e5ce83b76d08ebfbb Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 29 Oct 2014 12:17:24 -0400
Subject: [PATCH] Removed superfluous comment.

---
 module/VuFind/src/VuFindTest/Unit/MinkTestCase.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php b/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php
index be72f6f6034..2f8d22ec401 100644
--- a/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php
+++ b/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php
@@ -148,8 +148,6 @@ abstract class MinkTestCase extends TestCase
      * Restore configurations to the state they were in prior to a call to
      * changeConfig().
      *
-     * @param array $configs The same configuration array passed to changeConfig().
-     *
      * @return void
      */
     protected function restoreConfigs()
-- 
GitLab