Skip to content

Commit 5837e20

Browse files
committed
Fix GraphQL typehint
1 parent c560c47 commit 5837e20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DataCollector/GraphQLCollector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ public function getCount(): int
6565

6666
/**
6767
* Return the targeted schema.
68+
*
69+
* @return string|false
6870
*/
69-
public function getSchema(): string
71+
public function getSchema()
7072
{
7173
return $this->data['schema'] ?? 'default';
7274
}

0 commit comments

Comments
 (0)