@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * @param Readable $file |
26 | 26 | * @param RuleInterface|FieldDefinitionNode $ast |
27 | - * @return \Generator|mixed |
|
27 | + * @return \Generator |
|
28 | 28 | */ |
29 | 29 | public function build(Readable $file, RuleInterface $ast) |
30 | 30 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * @param Readable $file |
26 | 26 | * @param RuleInterface|InputDefinitionNode $ast |
27 | - * @return \Generator|mixed |
|
27 | + * @return \Generator |
|
28 | 28 | */ |
29 | 29 | public function build(Readable $file, RuleInterface $ast) |
30 | 30 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * @param Readable $file |
27 | 27 | * @param RuleInterface|InputFieldDefinitionNode $ast |
28 | - * @return \Generator|mixed |
|
28 | + * @return TypeDefinition |
|
29 | 29 | */ |
30 | 30 | public function build(Readable $file, RuleInterface $ast) |
31 | 31 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * @param Readable $file |
26 | 26 | * @param RuleInterface|InterfaceDefinitionNode $ast |
27 | - * @return \Generator|mixed |
|
27 | + * @return \Generator |
|
28 | 28 | */ |
29 | 29 | public function build(Readable $file, RuleInterface $ast) |
30 | 30 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * @param Readable $file |
26 | 26 | * @param RuleInterface|ObjectDefinitionNode $ast |
27 | - * @return \Generator|mixed |
|
27 | + * @return \Generator |
|
28 | 28 | */ |
29 | 29 | public function build(Readable $file, RuleInterface $ast) |
30 | 30 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * @param Readable $file |
26 | 26 | * @param RuleInterface|ScalarDefinitionNode $ast |
27 | - * @return \Generator|mixed |
|
27 | + * @return TypeDefinition |
|
28 | 28 | */ |
29 | 29 | public function build(Readable $file, RuleInterface $ast) |
30 | 30 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | /** |
27 | 27 | * @param Readable $file |
28 | 28 | * @param RuleInterface|SchemaDefinitionNode $ast |
29 | - * @return \Generator|mixed |
|
29 | + * @return \Generator |
|
30 | 30 | */ |
31 | 31 | public function build(Readable $file, RuleInterface $ast) |
32 | 32 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * @param Readable $file |
27 | 27 | * @param RuleInterface|SchemaFieldDefinitionNode $ast |
28 | - * @return \Generator|mixed |
|
28 | + * @return TypeDefinition |
|
29 | 29 | */ |
30 | 30 | public function build(Readable $file, RuleInterface $ast) |
31 | 31 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * @param Readable $file |
27 | 27 | * @param RuleInterface|UnionDefinitionNode $ast |
28 | - * @return \Generator|mixed |
|
28 | + * @return TypeDefinition |
|
29 | 29 | */ |
30 | 30 | public function build(Readable $file, RuleInterface $ast) |
31 | 31 | { |