Test Setup Failed
Branch master (e9839e)
by Sergey
02:37 queued 24s
created
src/LTDBeget/dns/configurator/Zone.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return Node[]
127
+     * @return \Generator
128 128
      */
129 129
     public function iterateNodes()
130 130
     {
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
 
136 136
     /**
137 137
      * @param eRecordType|null $type
138
-     * @return Record[]
138
+     * @return \Generator
139 139
      */
140 140
     public function iterateRecords(eRecordType $type = null)
141 141
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
 
185 185
     /**
186 186
      * Check is node by given name already exists
187
-     * @param $name
187
+     * @param string $name
188 188
      * @return bool
189 189
      */
190 190
     public function isNodeExist($name) : bool
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      * @internal
197 197
      * @param $name
198 198
      * @param $arguments
199
-     * @return zoneEntities\record\base\Record[]
199
+     * @return \Generator
200 200
      */
201 201
     public function __call($name, $arguments)
202 202
     {
Please login to merge, or discard this patch.