Skip to content

Commit

Permalink
Attempt to fix the style
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed Jan 3, 2019
1 parent 728b363 commit 26f08f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 26f08f3

Please sign in to comment.