From 211f90b46bb8a48e4440c23ba3c555be3941b745 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 14 Jan 2013 10:38:34 -0500 Subject: [PATCH] Fixed typo in comment. --- module/VuFind/src/VuFind/Db/Row/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Db/Row/User.php b/module/VuFind/src/VuFind/Db/Row/User.php index 9e1b094039d..7e90a3a196c 100644 --- a/module/VuFind/src/VuFind/Db/Row/User.php +++ b/module/VuFind/src/VuFind/Db/Row/User.php @@ -161,7 +161,7 @@ class User extends ServiceLocatorAwareGateway /** * Is ILS password encryption enabled? * - * @var bool + * @return bool */ protected function passwordEncryptionEnabled() { -- GitLab