From fa545f50b45e940c0f73cbfaf586ba00b2a00587 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 22 Feb 2013 11:07:13 -0500
Subject: [PATCH] Fixed inaccurate comment.

---
 module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php b/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php
index cfe131b8f84..bbf9e447e4e 100644
--- a/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php
+++ b/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php
@@ -55,7 +55,8 @@ class OpenUrl extends \Zend\View\Helper\AbstractHelper
     /**
      * Constructor
      *
-     * @param \Zend\Config\Config $config VuFind OpenURL configuration
+     * @param \VuFind\View\Helper\Root\Context $context Context helper
+     * @param \Zend\Config\Config              $config  VuFind OpenURL configuration
      */
     public function __construct(\VuFind\View\Helper\Root\Context $context,
         $config = null
-- 
GitLab