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 Jan 13, 2024
1 parent c1714d6 commit 687fc2e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Api/Controller/DeletePostReactionController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

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

namespace FoF\Reactions\Api\Controller;

use Flarum\Api\Controller\AbstractDeleteController;
Expand All @@ -12,7 +21,6 @@

class DeletePostReactionController extends AbstractDeleteController
{

protected function delete(ServerRequestInterface $request)
{
$actor = RequestUtil::getActor($request);
Expand Down

0 comments on commit 687fc2e

Please sign in to comment.