Passed
Push — master ( f54444...bb44e9 )
by Sergey
02:48
created
src/LTDBeget/dns/configurator/errors/ValidationError.php 2 patches
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\deserializer;
9 9
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
      */
130 130
     public function getNode() : Node
131 131
     {
132
-        if(! $this->isHasNode()) {
132
+        if (!$this->isHasNode()) {
133 133
             throw new \RuntimeException("ValidationError has no Node");
134 134
         }
135 135
         return $this->node;
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
      */
149 149
     public function getRecord() : Record
150 150
     {
151
-        if(! $this->isHasRecord()) {
151
+        if (!$this->isHasRecord()) {
152 152
             throw new \RuntimeException("ValidationError has no Record");
153 153
         }
154 154
         return $this->record;
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/errors/ErrorsStore.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\deserializer;
9 9
 
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/Zone.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\deserializer;
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\deserializer;
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\deserializer;
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\deserializer;
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\deserializer;
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\deserializer;
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\deserializer;
9 9
 
Please login to merge, or discard this patch.