diff --git a/src/User/User.php b/src/User/User.php index c832bec19c6..9e044743003 100644 --- a/src/User/User.php +++ b/src/User/User.php @@ -108,7 +108,7 @@ class User extends AbstractModel protected static $gate; /** - * An array of callbacks to check the user's password + * An array of callbacks to check the user's password. */ protected static $passwordCheckers = []; @@ -766,7 +766,6 @@ public static function setHasher(Hasher $hasher) static::$hasher = $hasher; } - /** * Register a preference with a transformer and a default value. *