From b05d16e3e43e06740829c47fd321821b680ef7d1 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 24 Sep 2019 12:05:37 -0400 Subject: [PATCH] Style fix. --- 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 bc83e50df03..d9bd42085f4 100644 --- a/module/VuFind/src/VuFind/Db/Row/User.php +++ b/module/VuFind/src/VuFind/Db/Row/User.php @@ -693,7 +693,7 @@ class User extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface, $this->save(); } - /* + /** * Update the user's email address, if appropriate. Note that this does NOT * automatically save the row; it assumes a subsequent call will be made to * the save() method. -- GitLab