Passed
Push — master ( 78d773...f66cb5 )
by Sergey
03:07
created
src/LTDBeget/dns/configurator/Zone.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @return Node[]
129
+     * @return \Generator
130 130
      */
131 131
     public function iterateNodes()
132 132
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 
138 138
     /**
139 139
      * @param eRecordType|null $type
140
-     * @return Record[]
140
+     * @return \Generator
141 141
      */
142 142
     public function iterateRecords(eRecordType $type = NULL)
143 143
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     /**
188 188
      * Check is node by given name already exists
189 189
      *
190
-     * @param $name
190
+     * @param string $name
191 191
      * @return bool
192 192
      */
193 193
     public function isNodeExist($name) : bool
Please login to merge, or discard this patch.