From 5de73009d9b19031fe5d2b70c493965c96b9067c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 18 Jun 2015 15:09:48 -0400 Subject: [PATCH] php-cs-fixer --- module/VuFind/src/VuFind/Controller/AuthorController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Controller/AuthorController.php b/module/VuFind/src/VuFind/Controller/AuthorController.php index ef4a66657a5..c69dd31f003 100644 --- a/module/VuFind/src/VuFind/Controller/AuthorController.php +++ b/module/VuFind/src/VuFind/Controller/AuthorController.php @@ -88,7 +88,7 @@ class AuthorController extends AbstractSearch /** * Is the result scroller active? - * + * * @return bool */ protected function resultScrollerActive() -- GitLab