Test Setup Failed
Push — master ( 8c8b5c...f55f55 )
by Sergey
05:21
created
src/LTDBeget/dns/configurator/zoneEntities/record/ARecord.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: 05.04.16
5
- * @time: 1:40
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 1:40
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: 05.04.16
5
- * @time: 1:41
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 1:41
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: 05.04.16
5
- * @time: 1:41
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 1:41
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: 05.04.16
5
- * @time: 0:46
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 0:46
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/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: 05.04.16
5
- * @time: 1:41
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 1:41
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/RecordAppender.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: 05.04.16
5
- * @time: 1:34
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 1:34
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities;
9 9
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -128,8 +128,7 @@  discard block
 block discarded – undo
128 128
      * @param int|null $ttl
129 129
      * @return RecordAppender
130 130
      */
131
-    public function appendSoaRecord
132
-    (
131
+    public function appendSoaRecord(
133 132
         string $mName,
134 133
         string $rName,
135 134
         int $serial,
@@ -163,8 +162,7 @@  discard block
 block discarded – undo
163 162
      * @param int|null $ttl
164 163
      * @return RecordAppender
165 164
      */
166
-    public function appendSrvRecord
167
-    (
165
+    public function appendSrvRecord(
168 166
         int $priority,
169 167
         int $weight,
170 168
         int $port,
Please login to merge, or discard this patch.
src/LTDBeget/dns/configurator/zoneEntities/RecordsStore.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: 05.04.16
5
- * @time: 2:51
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 2:51
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\zoneEntities;
9 9
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
     public function sort()
89 89
     {
90
-        usort($this->records, function (Record $a, Record $b) {
90
+        usort($this->records, function(Record $a, Record $b) {
91 91
             if ($a->getType()->is(eRecordType::SOA)) {
92 92
                 return -1;
93 93
             } elseif ($b->getType()->is(eRecordType::SOA)) {
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: 05.04.16
5
- * @time: 0:45
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date: 05.04.16
5
+     * @time: 0:45
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/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  : 31.07.15
5
- * @time  : 16:36
6
- */
3
+     * @author: Viskov Sergey
4
+     * @date  : 31.07.15
5
+     * @time  : 16:36
6
+     */
7 7
 
8 8
 namespace LTDBeget\dns\configurator\validators;
9 9
 
Please login to merge, or discard this patch.