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.
2 parents 5e87e22 + 03b6fb7 commit 28d7453Copy full SHA for 28d7453
src/Resolver/TypeResolver.php
@@ -69,7 +69,7 @@ private function baseType($alias): Type
69
$type = $this->getSolution($alias);
70
if (null === $type) {
71
throw new UnresolvableException(
72
- \sprintf('Could not found type with alias "%s". Do you forget to define it?', $alias)
+ \sprintf('Could not find type with alias "%s". Did you forget to define it?', $alias)
73
);
74
}
75
0 commit comments