From b745ac84b059ecd0f0f4f970c94aefe509fc172d Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 21 Dec 2012 12:00:58 -0500 Subject: [PATCH] Style fix. --- module/VuFind/src/VuFind/Connection/Summon.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/VuFind/src/VuFind/Connection/Summon.php b/module/VuFind/src/VuFind/Connection/Summon.php index f04d450c4ac..9296156d6a5 100644 --- a/module/VuFind/src/VuFind/Connection/Summon.php +++ b/module/VuFind/src/VuFind/Connection/Summon.php @@ -70,9 +70,10 @@ class Summon extends BaseSummon implements \Zend\Log\LoggerAwareInterface * * Sets up the Summon API Client * - * @param string $apiId Summon API ID - * @param string $apiKey Summon API Key - * @param array $options Associative array of additional options; legal keys: + * @param string $apiId Summon API ID + * @param string $apiKey Summon API Key + * @param array $options Associative array of additional options; + * legal keys: * <ul> * <li>authedUser - is the end-user authenticated?</li> * <li>debug - boolean to control debug mode</li> -- GitLab