Completed
Branch phpstan (92b7c6)
by Sam
03:09
created
lib/Rdata/Factory.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -296,8 +296,8 @@
 block discarded – undo
296 296
      * @return RRSIG
297 297
      */
298 298
     public static function Rrsig(string $typeCovered, int $algorithm, int $labels, int $originalTtl,
299
-                          int $signatureExpiration, int $signatureInception, int $keyTag,
300
-                          string $signersName, string $signature)
299
+                            int $signatureExpiration, int $signatureInception, int $keyTag,
300
+                            string $signersName, string $signature)
301 301
     {
302 302
         $rdata = new RRSIG();
303 303
         $rdata->setTypeCovered($typeCovered);
Please login to merge, or discard this patch.