Skip to content

Commit

Permalink
composer fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Jan 27, 2022
1 parent 41d1418 commit 42ad637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/EmptyRoutePrefixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ protected function getEnvironmentSetUp($app): void
$app['config']->set('graphql.route.prefix', '');
}

public function testEmptyRoutePrefix():void
public function testEmptyRoutePrefix(): void
{
$response = $this->call('GET', '/', [
'query' => $this->queries['examples'],
Expand Down

0 comments on commit 42ad637

Please sign in to comment.