Skip to content

Commit

Permalink
phpcs fix Api/Rest/Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-foster-uk committed Jun 8, 2023
1 parent bc77a21 commit 200583c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/libraries/Api/Rest/Endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace LimeSurvey\Api\Rest;

use LimeSurvey\Api\{
Command\CommandInterface,
Command\Request\Request,
Rest\Renderer\RendererInterface
use LimeSurvey\Api\Command\{
CommandInterface,
Request\Request
};
use LimeSurvey\Api\Rest\Renderer\RendererInterface;
use Psr\Container\ContainerInterface;

/**
Expand Down

0 comments on commit 200583c

Please sign in to comment.