diff --git a/module/VuFind/src/VuFind/Search/EDS/Options.php b/module/VuFind/src/VuFind/Search/EDS/Options.php index 2a28e84b206df3ec43cb0dd03c5646bfeafdcc48..b1bbd9f9be72f3ab5f7841cc692a21a6d119f8bc 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Options.php +++ b/module/VuFind/src/VuFind/Search/EDS/Options.php @@ -47,42 +47,49 @@ class Options extends \VuFind\Search\Base\Options /** * Default search mode options + * * @var string */ protected $defaultMode = 'all'; /** * The set search mode + * * @var string */ protected $searchMode; /** * Default expanders to apply + * * @var array */ protected $defaultExpanders = []; /** * Available expander options + * * @var unknown */ protected $expanderOptions = []; /** * Available limiter options + * * @var unknown */ protected $limiterOptions = []; /** - * Wheither or not to return available facets with the search response + * Whether or not to return available facets with the search response + * * @var unknown */ protected $includeFacets = 'y'; /** * Available Search Options from the API + * * @var array */ protected $apiInfo; diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php index c047b1d24c92211ded03756f49057191da4a8b2a..c80b1b0e69182afb531867d26993c3880298b4fc 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php @@ -47,6 +47,7 @@ class Zend2 extends EdsApi_REST_Base implements LoggerAwareInterface /** * The HTTP Request object to execute EDS API transactions + * * @var Zend2HttpClient */ protected $client; diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php index c0497a4d7212b34140a90621681ccb1bbadb6aea..54a52e1a3bcc24456e6c1595a5d185b46d157ebe 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php @@ -40,6 +40,7 @@ class InlineScript extends HeadScript { /** * Registry key for placeholder + * * @var string */ protected $regKey = 'Zend_View_Helper_InlineScript';