diff --git a/module/VuFind/src/VuFind/Db/Row/User.php b/module/VuFind/src/VuFind/Db/Row/User.php
index bc83e50df036e060658d5930d0792503e0c43401..d9bd42085f4fbe5c5871fa9b24f2ae6284646c0b 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.