From 42ad637cc2962d036e006a75eba461bebb05aa05 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Thu, 27 Jan 2022 08:21:45 +0100 Subject: [PATCH] composer fix-style --- tests/Unit/EmptyRoutePrefixTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/EmptyRoutePrefixTest.php b/tests/Unit/EmptyRoutePrefixTest.php index 3a23afcd..7a947209 100644 --- a/tests/Unit/EmptyRoutePrefixTest.php +++ b/tests/Unit/EmptyRoutePrefixTest.php @@ -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'],