We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3abbce commit bbbdbacCopy full SHA for bbbdbac
src/GraphQL/CorrespondanceRule.php
@@ -45,7 +45,7 @@ class_exists($invalidClassName) === false
45
}
46
47
if ($this->reflectionProvider->hasClass($invalidClassName)) {
48
- $ruleError = PHPStan\Rules\RuleErrorBuilder::message("GraphQL schema isn't valid.")
+ $ruleError = PHPStan\Rules\RuleErrorBuilder::message("GraphQL schema isn't valid")
49
->identifier('graphql.schemaInvalid')
50
->file($schemaName)
51
->line(0)
0 commit comments