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');