Passed
Push — master ( e9839e...f54444 )
by Sergey
02:47
created
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/PtrRecord.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/CnameRecord.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/base/Record.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\base;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/Node.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;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/validators/NodeNameValidator.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\validators;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/validators/ConflictTypesValidator.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\validators;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/validators/PtrValidator.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\validators;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/validators/CnameNumberCheck.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\validators;
9 9
 
Please login to merge, or discard this patch.