Skip to content
Snippets Groups Projects
Commit 7c445603 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Clean up comments.

- Fix typos and questionable/malformed @see references.
parent 559587db
No related merge requests found
......@@ -123,7 +123,7 @@ class Manager
*
* @param string $name Name of the requested cache.
* @param string|null $namespace Optional namespace to use. Defaults to the
* value of {@see $name}.
* value of $name.
*
* @return StorageInterface
* @throws \Exception
......
......@@ -69,8 +69,8 @@ class SecureDelegator
/**
* SecureDelegator constructor.
*
* @param CookieManager $cookieManager {@see $cookieHandler}
* @param HandlerInterface $handler {@see $handler}
* @param CookieManager $cookieManager VuFind cookie manager service.
* @param HandlerInterface $handler The wrapped session handler.
*/
public function __construct(
CookieManager $cookieManager, HandlerInterface $handler
......
......@@ -66,9 +66,9 @@ class Connector implements \Zend\Log\LoggerAwareInterface
/**
* Maximum length of a GET url.
*
* Switches to POST if the SOLR target URL exeeds this length.
* Switches to POST if the SOLR target URL exceeds this length.
*
* @see self::query()
* @see \VuFindSearch\Backend\Solr\Connector::query()
*
* @var int
*/
......
......@@ -626,7 +626,7 @@ class LuceneSyntaxHelper
*
* @return string
*
* @see self::capitalizeRanges
* @see \VuFindSearch\Backend\Solr\LuceneSyntaxHelper::capitalizeRanges()
*
* @todo Check possible problem with umlauts/non-ASCII word characters
*/
......
......@@ -332,7 +332,7 @@ class QueryBuilder implements QueryBuilderInterface
*
* @return string
*
* @see self::reduceQueryGroup()
* @see \VuFindSearch\Backend\Solr\QueryBuilder::reduceQueryGroup()
*/
protected function reduceQueryGroupComponents(AbstractQuery $component)
{
......
......@@ -44,7 +44,7 @@ class RecordCollection extends AbstractRecordCollection
/**
* Template of deserialized SOLR response.
*
* @see self::__construct()
* @see \VuFindSearch\Backend\Solr\Response\Json\RecordCollection::__construct()
*
* @var array
*/
......
......@@ -51,7 +51,7 @@ class QueryGroup extends AbstractQuery
/**
* Name of the handler to be used if the query group is reduced.
*
* @see VuFindSearch\Backend\Solr\QueryBuilder::reduceQueryGroup()
* @see \VuFindSearch\Backend\Solr\QueryBuilder::reduceQueryGroup()
*
* @var string
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment