We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ -88,7 +88,7 @@ discard block | ||
| 88 | 88 | $this->decorateObjectTypeFields($type, $fieldsResolved, $resolverMap); | 
| 89 | 89 | } | 
| 90 | 90 | |
| 91 | - private function decorateInterfaceOrUnionType(InterfaceType|UnionType $type, ResolverMapInterface $resolverMap): void | |
| 91 | + private function decorateInterfaceOrUnionType(InterfaceType | UnionType $type, ResolverMapInterface $resolverMap): void | |
| 92 | 92 |      { | 
| 93 | 93 | $this->configTypeMapping($type, ResolverMapInterface::RESOLVE_TYPE, $resolverMap); | 
| 94 | 94 | $covered = $resolverMap->covered($type->name); | 
| @@ -210,7 +210,7 @@ discard block | ||
| 210 | 210 | $type->config['fields'] = is_callable($fields) ? $decoratedFields : $decoratedFields(); | 
| 211 | 211 | } | 
| 212 | 212 | |
| 213 | - private function configTypeMapping(ObjectType|InterfaceType|UnionType|CustomScalarType $type, string $fieldName, ResolverMapInterface $resolverMap): void | |
| 213 | + private function configTypeMapping(ObjectType | InterfaceType | UnionType | CustomScalarType $type, string $fieldName, ResolverMapInterface $resolverMap): void | |
| 214 | 214 |      { | 
| 215 | 215 |          if ($resolverMap->isResolvable($type->name, $fieldName)) { | 
| 216 | 216 | /** @phpstan-ignore-next-line */ |