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 Dec 17, 2024
1 parent bda07b1 commit 5adcea5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
9 changes: 9 additions & 0 deletions tests/integration/ExtensionDepsTrait.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

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

namespace FoF\FollowTags\tests\integration;

trait ExtensionDepsTrait
Expand Down
11 changes: 9 additions & 2 deletions tests/integration/NotificationsTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<?php

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

namespace FoF\FollowTags\tests\integration;

use Flarum\Testing\integration\TestCase;
use FoF\FollowTags\tests\integration\ExtensionDepsTrait;
use FoF\FollowTags\tests\integration\TagsDefinitionTrait;

class NotificationsTest extends TestCase
{
Expand Down
9 changes: 9 additions & 0 deletions tests/integration/TagsDefinitionTrait.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

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

namespace FoF\FollowTags\tests\integration;

trait TagsDefinitionTrait
Expand Down

0 comments on commit 5adcea5

Please sign in to comment.