Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored and StyleCIBot committed Mar 19, 2021
1 parent 2fa5c33 commit 26ff217
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion migrations/2019_02_24_052133_update_users_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Access/GlobalPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Events/PwnedPasswordDetected.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/RevokeAccessWhenPasswordPwned.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/UnmarkPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/CheckLoginPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/CheckPasswordReset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/PreventPwnedPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Password.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/pwned-passwords.
*
* Copyright (c) 2019 FriendsOfFlarum.
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit 26ff217

Please sign in to comment.