From 4fd93c8614e420602d0f2fe720072742e5e7039e Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 7 Sep 2020 21:17:18 +0300 Subject: [PATCH] refactor(cors): update code according to coding doctrine coding standard --- src/flextype/Foundation/Cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Foundation/Cors.php b/src/flextype/Foundation/Cors.php index cabd5df1..4c717a39 100644 --- a/src/flextype/Foundation/Cors.php +++ b/src/flextype/Foundation/Cors.php @@ -13,7 +13,7 @@ use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; use function count; -use function use Flextype\Support\flextype; +use function Flextype\Support\flextype; use function implode; class Cors