From 943dfe81460f3eb0899e7d97955fca143e2f09b5 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 1 Mar 2013 10:50:20 -0500
Subject: [PATCH] Style fixes.

---
 module/VuFind/src/VuFind/Connection/Summon.php        | 2 +-
 module/VuFind/src/VuFind/Connection/WorldCatUtils.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/Connection/Summon.php b/module/VuFind/src/VuFind/Connection/Summon.php
index ab63446705c..4fd985a6ea4 100644
--- a/module/VuFind/src/VuFind/Connection/Summon.php
+++ b/module/VuFind/src/VuFind/Connection/Summon.php
@@ -81,7 +81,7 @@ class Summon extends BaseSummon implements \Zend\Log\LoggerAwareInterface
      *      <li>sessionId - Summon session ID to apply</li>
      *      <li>version - API version to use</li>
      *    </ul>
-     * @param \Zend\Http\Client $client  HTTP client
+     * @param \Zend\Http\Client   $client  HTTP client
      */
     public function __construct(\Zend\Config\Config $config, $apiId, $apiKey,
         $options = array(), \Zend\Http\Client $client = null
diff --git a/module/VuFind/src/VuFind/Connection/WorldCatUtils.php b/module/VuFind/src/VuFind/Connection/WorldCatUtils.php
index a5b600deee7..c25f0a0bd11 100644
--- a/module/VuFind/src/VuFind/Connection/WorldCatUtils.php
+++ b/module/VuFind/src/VuFind/Connection/WorldCatUtils.php
@@ -58,7 +58,7 @@ class WorldCatUtils implements \Zend\Log\LoggerAwareInterface
     /**
      * Constructor
      *
-     * @param string $worldcatId WorldCat ID
+     * @param string $worldCatId WorldCat ID
      */
     public function __construct($worldCatId)
     {
-- 
GitLab