We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -224,7 +224,7 @@ |
||
224 | 224 | foreach ($mapping['types'] as $typeName => $typeConfig) { |
225 | 225 | if (isset($reservedTypesMap[$typeName])) { |
226 | 226 | throw new InvalidConfigurationException(sprintf( |
227 | - 'Type "%s" emitted by builder "%s" already exists. Type was provided by "%s".' . |
|
227 | + 'Type "%s" emitted by builder "%s" already exists. Type was provided by "%s".'. |
|
228 | 228 | 'Builder may only emit new types. Overriding is not allowed.', |
229 | 229 | $typeName, |
230 | 230 | $builderClass, |