Skip to content

Commit bbbdbac

Browse files
committed
Remove dot from "invalid schema" error
1 parent c3abbce commit bbbdbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL/CorrespondanceRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class_exists($invalidClassName) === false
4545
}
4646

4747
if ($this->reflectionProvider->hasClass($invalidClassName)) {
48-
$ruleError = PHPStan\Rules\RuleErrorBuilder::message("GraphQL schema isn't valid.")
48+
$ruleError = PHPStan\Rules\RuleErrorBuilder::message("GraphQL schema isn't valid")
4949
->identifier('graphql.schemaInvalid')
5050
->file($schemaName)
5151
->line(0)

0 commit comments

Comments
 (0)