Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 11, 2024
1 parent b8ef3ee commit 553fc81
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/Api/AddTagAttributes.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of fof/best-answer.
*
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace FoF\BestAnswer\Api;

use Flarum\Tags\Api\Serializer\TagSerializer;
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/SaveBestAnswerToDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use Flarum\Discussion\Event\Saving;
use Flarum\Notification\NotificationSyncer;
use FoF\BestAnswer\Repository\BestAnswerRepository;
use FoF\BestAnswer\Notification\SelectBestAnswerBlueprint;
use FoF\BestAnswer\Repository\BestAnswerRepository;
use Illuminate\Support\Arr;

class SaveBestAnswerToDatabase
Expand Down
9 changes: 9 additions & 0 deletions src/Providers/BestAnswerServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of fof/best-answer.
*
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace FoF\BestAnswer\Providers;

use Flarum\Foundation\AbstractServiceProvider;
Expand Down

0 comments on commit 553fc81

Please sign in to comment.