Passed
Push — master ( 064570...be0868 )
by Sergey
05:55 queued 03:15
created
src/LTDBeget/dns/configurator/Zone.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.