@@ -61,7 +61,7 @@ |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |
64 | - * @return Field[]|Query[] |
|
64 | + * @return Query[] |
|
65 | 65 | */ |
66 | 66 | public function getFields() |
67 | 67 | { |
@@ -61,7 +61,7 @@ |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |
64 | - * @return Field[]|Query[] |
|
64 | + * @return Query[] |
|
65 | 65 | */ |
66 | 66 | public function getFields() |
67 | 67 | { |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | /** |
190 | 190 | * @param $objectType InputObjectType|ObjectType |
191 | 191 | * @param $query Mutation|Query |
192 | - * @return null |
|
192 | + * @return boolean |
|
193 | 193 | */ |
194 | 194 | private function checkFieldExist($objectType, $query) |
195 | 195 | { |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | } |
227 | 227 | |
228 | 228 | /** |
229 | - * @param $field Field |
|
229 | + * @param Field $field Field |
|
230 | 230 | * @param $contextValue mixed |
231 | 231 | * @param $query Query |
232 | 232 | * |
@@ -28,7 +28,7 @@ |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
31 | - * @return Field[]|Query[] |
|
31 | + * @return Field[] |
|
32 | 32 | */ |
33 | 33 | public function getFields() |
34 | 34 | { |
@@ -18,7 +18,7 @@ |
||
18 | 18 | protected $types = []; |
19 | 19 | |
20 | 20 | /** |
21 | - * @param $type TypeInterface |
|
21 | + * @param TypeInterface $type TypeInterface |
|
22 | 22 | */ |
23 | 23 | protected function collectTypes($type) |
24 | 24 | { |