From 0938dc65105e61f8600fcea183ac44b528e5dd62 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 17 Dec 2018 15:48:16 -0500
Subject: [PATCH] Style fixes.

---
 module/VuFind/src/VuFind/ILS/PaginationHelper.php | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/ILS/PaginationHelper.php b/module/VuFind/src/VuFind/ILS/PaginationHelper.php
index 30db96d6e36..ea7a5ca75cd 100644
--- a/module/VuFind/src/VuFind/ILS/PaginationHelper.php
+++ b/module/VuFind/src/VuFind/ILS/PaginationHelper.php
@@ -45,9 +45,13 @@ namespace VuFind\ILS;
 class PaginationHelper
 {
     /**
-     * Support method for getPagingSetup() -- validate the active sort option.
+     * Support method for getPagingSetup() -- validate the active sort option,
+     * returning either a valid sort method or false.
      *
-     * @param array $functionConfig Function config returned from the ILS
+     * @param array  $functionConfig Function config returned from the ILS
+     * @param string $sort           The unvalidated user sort parameter
+     *
+     * @return string|bool
      */
     protected function validateSort($functionConfig, $sort)
     {
@@ -73,6 +77,8 @@ class PaginationHelper
      *
      * @param array  $functionConfig Function config returned from the ILS
      * @param string $sort           Currently active sort option
+     *
+     * @return array
      */
     protected function getSortList($functionConfig, $sort)
     {
-- 
GitLab