Passed
Push — master ( e9839e...f54444 )
by Sergey
02:47
created
src/LTDBeget/dns/configurator/Zone.php 2 patches
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.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/enums/eErrorCode.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\enums;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/enums/eRecordType.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\enums;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/record/SoaRecord.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities\record;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/record/SrvRecord.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities\record;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/record/NsRecord.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities\record;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/record/MxRecord.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities\record;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/record/AaaaRecord.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities\record;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/record/TxtRecord.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Viskov Sergey
4
- * @date  : 4/12/16
5
- * @time  : 1:00 PM
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 4/12/16
5
+     * @time  : 1:00 PM
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities\record;
9 9
 
Please login to merge, or discard this patch.