Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin authored and StyleCIBot committed May 4, 2020
1 parent 3c5a528 commit 20965ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/MarkAsSpammerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function __construct(Dispatcher $bus, EventsDispatcher $events, Extension
*
* @return ResponseInterface
*/
public function handle(ServerRequestInterface $request) : ResponseInterface
public function handle(ServerRequestInterface $request): ResponseInterface
{
$actor = $request->getAttribute('actor');

Expand Down

0 comments on commit 20965ad

Please sign in to comment.