Skip to content

Commit

Permalink
refactor: fix PHP styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored and github-actions[bot] committed Oct 25, 2024
1 parent 5aa3aa3 commit 4b2fc58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Models/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use App\Facades\Settings;
use App\Models\Character\Character;
use App\Models\Character\CharacterBookmark;
use App\Models\Character\CharacterLike;
use App\Models\Character\CharacterImageCreator;
use App\Models\Character\CharacterLike;
use App\Models\Comment\CommentLike;
use App\Models\Currency\Currency;
use App\Models\Currency\CurrencyLog;
Expand Down Expand Up @@ -687,7 +687,7 @@ public function hasBookmarked($character) {
* Check if user can like the character again.
*
* @param mixed $character
*
*
* @return bool
*/
public function canLike($character) {
Expand Down
2 changes: 1 addition & 1 deletion app/Services/CharacterManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use App\Models\Character\CharacterCurrency;
use App\Models\Character\CharacterDesignUpdate;
use App\Models\Character\CharacterFeature;
use App\Models\Character\CharacterLike;
use App\Models\Character\CharacterImage;
use App\Models\Character\CharacterLike;
use App\Models\Character\CharacterTransfer;
use App\Models\Sales\SalesCharacter;
use App\Models\Species\Subtype;
Expand Down

0 comments on commit 4b2fc58

Please sign in to comment.