From 35e9ab6e02bd9d0c50aad24f81851b6cabf56fa9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 28 Dec 2018 19:13:17 +0100 Subject: [PATCH] php cs fixer --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index e34b615..d12f08e 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -59,7 +59,7 @@ final class ApiController extends Controller /** * @param Profile $profile Profile to create in the database - * @param RequestAbstract $request Request + * @param RequestAbstract $request Request * * @return void *