@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | /** |
48 | 48 | * @param Readable $file |
49 | - * @return iterable |
|
49 | + * @return \Generator |
|
50 | 50 | * @throws SyntaxException |
51 | 51 | * @throws \Railt\Io\Exception\ExternalFileException |
52 | 52 | */ |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | |
58 | 58 | /** |
59 | 59 | * @param Readable $readable |
60 | - * @return iterable |
|
60 | + * @return \Generator |
|
61 | 61 | * @throws SyntaxException |
62 | 62 | * @throws \Railt\Io\Exception\ExternalFileException |
63 | 63 | */ |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | |
118 | 118 | /** |
119 | 119 | * @param Readable $readable |
120 | - * @return array[]|iterable |
|
120 | + * @return \Generator |
|
121 | 121 | * @throws SyntaxException |
122 | 122 | * @throws \Railt\Io\Exception\ExternalFileException |
123 | 123 | */ |
@@ -150,8 +150,8 @@ discard block |
||
150 | 150 | |
151 | 151 | /** |
152 | 152 | * @param Readable $readable |
153 | - * @param iterable $ast |
|
154 | - * @return iterable|array[] |
|
153 | + * @param RuleInterface $ast |
|
154 | + * @return \Generator |
|
155 | 155 | * @throws \Railt\Io\Exception\ExternalFileException |
156 | 156 | */ |
157 | 157 | public function buildAst(Readable $readable, iterable $ast): iterable |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * @param ContextInterface $ctx |
39 | 39 | * @param RuleInterface $rule |
40 | - * @return \Generator|mixed |
|
40 | + * @return \Generator |
|
41 | 41 | */ |
42 | 42 | public function reduce(ContextInterface $ctx, RuleInterface $rule) |
43 | 43 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * @param ContextInterface $ctx |
41 | 41 | * @param RuleInterface $rule |
42 | - * @return \Generator|\Closure |
|
42 | + * @return \Generator |
|
43 | 43 | */ |
44 | 44 | public function reduce(ContextInterface $ctx, RuleInterface $rule): \Generator |
45 | 45 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * @param ContextInterface $ctx |
33 | 33 | * @param RuleInterface $rule |
34 | - * @return \Generator|\Closure |
|
34 | + * @return \Generator |
|
35 | 35 | */ |
36 | 36 | public function reduce(ContextInterface $ctx, RuleInterface $rule) |
37 | 37 | { |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | /** |
38 | 38 | * @param ContextInterface $ctx |
39 | 39 | * @param RuleInterface $rule |
40 | - * @return \Generator|ValueInterface |
|
40 | + * @return \Generator |
|
41 | 41 | * @throws TypeConflictException |
42 | 42 | */ |
43 | 43 | public function reduce(ContextInterface $ctx, RuleInterface $rule): \Generator |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | /** |
67 | 67 | * @param ContextInterface $ctx |
68 | 68 | * @param RuleInterface $rule |
69 | - * @return \Generator|TypeNameInterface |
|
69 | + * @return \Generator |
|
70 | 70 | * @throws TypeConflictException |
71 | 71 | */ |
72 | 72 | private function fetchArgumentName(ContextInterface $ctx, RuleInterface $rule): \Generator |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | /** |
95 | 95 | * @param ContextInterface $ctx |
96 | 96 | * @param RuleInterface $rule |
97 | - * @return \Generator|ValueInterface |
|
97 | + * @return \Generator |
|
98 | 98 | */ |
99 | 99 | private function fetchArgumentValue(ContextInterface $ctx, RuleInterface $rule): \Generator |
100 | 100 | { |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | } |
114 | 114 | |
115 | 115 | /** |
116 | - * @param TypeNameInterface|ValueInterface $name |
|
116 | + * @param ValueInterface $name |
|
117 | 117 | * @return InvocationPrimitive |
118 | 118 | * @throws TypeConflictException |
119 | 119 | */ |