diff --git a/module/VuFind/src/VuFind/Connection/Summon.php b/module/VuFind/src/VuFind/Connection/Summon.php index ab63446705c572c5c551e782f1005be0a30641b9..4fd985a6ea48f82eb59e42224235dd4cf72aa1d9 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 a5b600deee79a6859bbaea58f5fc59c7d03de942..c25f0a0bd1145019c1eec1a84e13d5b863fc379d 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) {