From 88eb980715a7772582350cd60f7609d904b55346 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 18 Dec 2012 09:36:13 -0500 Subject: [PATCH] Style fix. --- module/VuFind/src/VuFind/Controller/CollectionsController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Controller/CollectionsController.php b/module/VuFind/src/VuFind/Controller/CollectionsController.php index 889db60c49f..9ea1fb7b677 100644 --- a/module/VuFind/src/VuFind/Controller/CollectionsController.php +++ b/module/VuFind/src/VuFind/Controller/CollectionsController.php @@ -275,7 +275,8 @@ class CollectionsController extends AbstractBase /** * Function to normalize the names so they sort properly * - * @param array &$result Array to sort (passed by reference to use less memory) + * @param array &$result Array to sort (passed by reference to use less + * memory) * * @return array $resultOut */ -- GitLab