We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | public function getBuilder(string $name, ?string $queryAlias, string $mutationAlias = null, string $subscriptionAlias = null, array $types = [], bool $resettable = false): Closure |
29 | 29 | { |
30 | - return function () use ($name, $queryAlias, $mutationAlias, $subscriptionAlias, $types, $resettable): ExtensibleSchema { |
|
30 | + return function () use ($name, $queryAlias, $mutationAlias, $subscriptionAlias, $types, $resettable) : ExtensibleSchema { |
|
31 | 31 | if (!isset($this->builders[$name])) { |
32 | 32 | $this->builders[$name] = $this->create($name, $queryAlias, $mutationAlias, $subscriptionAlias, $types, $resettable); |
33 | 33 | } |