Completed
Pull Request — master (#97)
by Sam
04:21
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.
tests/Parser/ParserTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -499,6 +499,7 @@
 block discarded – undo
499 499
     /**
500 500
      * Find all records in a Zone named $name.
501 501
      *
502
+     * @param string|null $name
502 503
      * @return ResourceRecord[]
503 504
      */
504 505
     public static function findRecord(?string $name, Zone $zone, ?string $type = 'ANY'): array
Please login to merge, or discard this patch.