Completed
Push — master ( 51beac...801282 )
by Sam
03:19
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.