Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
luceos authored and StyleCIBot committed May 19, 2020
1 parent 48b28e2 commit 376389a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down Expand Up @@ -766,7 +766,6 @@ public static function setHasher(Hasher $hasher)
static::$hasher = $hasher;
}


/**
* Register a preference with a transformer and a default value.
*
Expand Down

0 comments on commit 376389a

Please sign in to comment.