Skip to content

Commit b4e4eff

Browse files
StyleCIBotimorland
authored andcommitted
Apply fixes from StyleCI
1 parent 847574f commit b4e4eff

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

extensions/suspend/src/Listener/PreventAvatarDeletionBySuspendedUser.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* This file is part of Flarum.
5+
*
6+
* For detailed copyright and license information, please view the
7+
* LICENSE file that was distributed with this source code.
8+
*/
9+
310
namespace Flarum\Suspend\Listener;
411

512
use Flarum\User\Exception\PermissionDeniedException;

extensions/suspend/tests/integration/api/users/RemoveAvatarTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* This file is part of Flarum.
5+
*
6+
* For detailed copyright and license information, please view the
7+
* LICENSE file that was distributed with this source code.
8+
*/
9+
310
namespace Flarum\Suspend\Tests\integration\api\users;
411

512
use Carbon\Carbon;

0 commit comments

Comments
 (0)