From 2b2ce4c6c9c3959e243470788b44f81767c4dce8 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 21 Dec 2012 11:53:53 -0500 Subject: [PATCH] Fixed comment. --- module/VuFind/src/VuFind/Connection/OpenLibrary.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/VuFind/src/VuFind/Connection/OpenLibrary.php b/module/VuFind/src/VuFind/Connection/OpenLibrary.php index 8d983a38c18..b2aeca1c1c9 100644 --- a/module/VuFind/src/VuFind/Connection/OpenLibrary.php +++ b/module/VuFind/src/VuFind/Connection/OpenLibrary.php @@ -49,6 +49,8 @@ class OpenLibrary /** * Constructor + * + * @param \Zend\Http\Client $client HTTP client */ public function __construct(\Zend\Http\Client $client) { -- GitLab