@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @return \Generator|Node[] |
|
110 | + * @return \Generator |
|
111 | 111 | */ |
112 | 112 | public function iterateNodes() : \Generator |
113 | 113 | { |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | |
119 | 119 | /** |
120 | 120 | * @param eRecordType|null $type |
121 | - * @return \Generator|Record[] |
|
121 | + * @return \Generator |
|
122 | 122 | */ |
123 | 123 | public function iterateRecords(eRecordType $type = NULL) : \Generator |
124 | 124 | { |
@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | /** |
170 | 170 | * Check is node by given name already exists |
171 | 171 | * |
172 | - * @param $name |
|
172 | + * @param string $name |
|
173 | 173 | * @return bool |
174 | 174 | */ |
175 | 175 | public function isNodeExist($name) : bool |