Passed
Push — master ( 1ce8c5...ff806b )
by Sam
04:02 queued 01:17
created
lib/Rdata/Factory.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -509,8 +509,8 @@
 block discarded – undo
509 509
     }
510 510
 
511 511
     public static function SIG(string $typeCovered, int $algorithm, int $labels, int $originalTtl,
512
-                                 \DateTime $signatureExpiration, \DateTime $signatureInception, int $keyTag,
513
-                                 string $signersName, string $signature): SIG
512
+                                    \DateTime $signatureExpiration, \DateTime $signatureInception, int $keyTag,
513
+                                    string $signersName, string $signature): SIG
514 514
     {
515 515
         $sig = new SIG();
516 516
         $sig->setTypeCovered($typeCovered);
Please login to merge, or discard this patch.
lib/Rdata/TXT.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
     public function toText(): string
54 54
     {
55 55
         return sprintf(
56
-            Tokens::DOUBLE_QUOTES . '%s' . Tokens::DOUBLE_QUOTES, 
57
-            addcslashes($this->text ?? '', Tokens::DOUBLE_QUOTES . '\\')
56
+            Tokens::DOUBLE_QUOTES.'%s'.Tokens::DOUBLE_QUOTES, 
57
+            addcslashes($this->text ?? '', Tokens::DOUBLE_QUOTES.'\\')
58 58
         );
59 59
     }
60 60
 
Please login to merge, or discard this patch.