Test Failed
Pull Request — master (#26)
by
unknown
07:47 queued 05:30
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.
src/LTDBeget/dns/configurator/zoneEntities/record/CaaRecord.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * CaaRecord constructor.
48 48
      *
49 49
      * @param Node   $node
50
-     * @param        $ttl
50
+     * @param        integer $ttl
51 51
      * @param int    $flags
52 52
      * @param string $tag
53 53
      * @param string $value
Please login to merge, or discard this patch.