Fixed typo on fixture

This commit is contained in:
Alejandro Celaya
2021-01-05 19:29:42 +01:00
parent 4b67d41362
commit f821dea06c
2 changed files with 4 additions and 10 deletions

View File

@@ -22,12 +22,6 @@ class DeleteTagsAction extends AbstractRestAction
$this->tagService = $tagService;
}
/**
* Process an incoming server request and return a response, optionally delegating
* to the next middleware component to create the response.
*
*
*/
public function handle(ServerRequestInterface $request): ResponseInterface
{
$query = $request->getQueryParams();