From d742044d0238c6b9a7907b077ecc50066d10d698 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 17 Dec 2018 15:49:51 -0500
Subject: [PATCH] php-cs-fixer

---
 module/VuFind/src/VuFind/ILS/PaginationHelper.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/ILS/PaginationHelper.php b/module/VuFind/src/VuFind/ILS/PaginationHelper.php
index ea7a5ca75cd..6d2d6ab7888 100644
--- a/module/VuFind/src/VuFind/ILS/PaginationHelper.php
+++ b/module/VuFind/src/VuFind/ILS/PaginationHelper.php
@@ -156,4 +156,4 @@ class PaginationHelper
         $paginator->setCurrentPageNumber($pageOptions['page']);
         return $paginator;
     }
-}
\ No newline at end of file
+}
-- 
GitLab