Skip to content

Commit

Permalink
Apply fixes from StyleCI (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitypaul authored Dec 1, 2021
1 parent b745a7b commit 4b1a771
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Models/PasswordHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class PasswordHistory extends Model
/**
* PasswordHistory constructor.
*
* @param array $attributes
* @param array $attributes
*/
public function __construct(array $attributes = [])
{
Expand Down
1 change: 0 additions & 1 deletion src/Models/PasswordHistoryRepo.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static function storeCurrentPasswordInHistory($password, $user_id)
/**
* @param $user
* @param $checkPrevious
*
* @return mixed
*/
public static function fetchUser($user, $checkPrevious)
Expand Down

0 comments on commit 4b1a771

Please sign in to comment.