diff --git a/module/VuFind/src/VuFind/Connection/Summon.php b/module/VuFind/src/VuFind/Connection/Summon.php
index f04d450c4ac1157074d79f7691afd252f9ce6ba7..9296156d6a5fa24baf86d5fd2e245c967b51a6b5 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>