From 5204997644d80afc6b5ac96eca5a5c0d9d95f7ba Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 30 Aug 2012 10:16:28 -0400 Subject: [PATCH] Style fixes. --- module/VuFind/src/VuFind/ILS/Driver/Aleph.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php index 506cc79cf71..0fa76585b60 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php @@ -164,7 +164,7 @@ class AlephTranslator * tab15 callback (modify $tab15 by reference) * * @param array $matches preg_match() return array - * @param array $tab15 result array to generate + * @param array &$tab15 result array to generate * @param string $charset character set * * @return void @@ -195,7 +195,7 @@ class AlephTranslator * tab40 callback (modify $tab40 by reference) * * @param array $matches preg_match() return array - * @param array $tab40 result array to generate + * @param array &$tab40 result array to generate * @param string $charset character set * * @return void @@ -213,9 +213,9 @@ class AlephTranslator /** * sub-library callback (modify $tab_sub_library by reference) * - * @param array $matches preg_match() return array - * @param array $tab_sub_library result array to generate - * @param string $charset character set + * @param array $matches preg_match() return array + * @param array &$tab_sub_library result array to generate + * @param string $charset character set * * @return void */ -- GitLab