Skip to content
Snippets Groups Projects
Commit de3c75e9 authored by Demian Katz's avatar Demian Katz
Browse files

Style fixes.

parent 918ff533
No related merge requests found
...@@ -156,8 +156,7 @@ class AjaxController extends AbstractBase ...@@ -156,8 +156,7 @@ class AjaxController extends AbstractBase
* Support method for getItemStatuses() -- filter suppressed locations from the * Support method for getItemStatuses() -- filter suppressed locations from the
* array of item information for a particular bib record. * array of item information for a particular bib record.
* *
* @param array $record Information on items linked to a single * @param array $record Information on items linked to a single bib record
* bib record
* *
* @return array Filtered version of $record * @return array Filtered version of $record
*/ */
......
...@@ -937,6 +937,8 @@ class SolrMarc extends SolrDefault ...@@ -937,6 +937,8 @@ class SolrMarc extends SolrDefault
* @param \VuFind\ILS\Connection $ils ILS connection * @param \VuFind\ILS\Connection $ils ILS connection
* @param \VuFind\ILS\Logic\Holds $holdLogic Hold logic handler * @param \VuFind\ILS\Logic\Holds $holdLogic Hold logic handler
* @param \VuFind\ILS\Logic\TitleHolds $titleHoldLogic Title hold logic handler * @param \VuFind\ILS\Logic\TitleHolds $titleHoldLogic Title hold logic handler
*
* @return void
*/ */
public function attachILS(\VuFind\ILS\Connection $ils, public function attachILS(\VuFind\ILS\Connection $ils,
\VuFind\ILS\Logic\Holds $holdLogic, \VuFind\ILS\Logic\Holds $holdLogic,
......
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