From 26f08f32774118e8542a2de76ad8c4a267af133a Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Thu, 3 Jan 2019 15:59:06 +0100 Subject: [PATCH] Attempt to fix the style --- tests/ValidationTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ValidationTest.php b/tests/ValidationTest.php index 233718c..352d5c3 100644 --- a/tests/ValidationTest.php +++ b/tests/ValidationTest.php @@ -854,7 +854,8 @@ public function routeParamValidationProvider() ); } - public function testArrayParametersWithGet() { + public function testArrayParametersWithGet() + { $uri = Uri::createFromString('https://example.com:443/foo/bar?test=1'); $headers = new Headers(); $headers->set('Content-Type', 'application/json;charset=utf8');