Test Failed
Pull Request — master (#26)
by
unknown
07:47 queued 05:30
created
src/LTDBeget/dns/configurator/zoneEntities/record/CaaRecord.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * CaaRecord constructor.
48 48
      *
49 49
      * @param Node   $node
50
-     * @param        $ttl
50
+     * @param        integer $ttl
51 51
      * @param int    $flags
52 52
      * @param string $tag
53 53
      * @param string $value
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      */
76 76
     public function __toString(): string
77 77
     {
78
-        return $this->getMainRecordPart() . " {$this->getFlags()} {$this->getTag()} \"{$this->getValue()}\"";
78
+        return $this->getMainRecordPart()." {$this->getFlags()} {$this->getTag()} \"{$this->getValue()}\"";
79 79
     }
80 80
 
81 81
     /**
Please login to merge, or discard this patch.
src/LTDBeget/dns/enums/eErrorCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,6 +101,6 @@
 block discarded – undo
101 101
      */
102 102
     public function getText(): string
103 103
     {
104
-        return self::$textForCode[(int)$this->getValue()];
104
+        return self::$textForCode[(int) $this->getValue()];
105 105
     }
106 106
 }
107 107
\ No newline at end of file
Please login to merge, or discard this patch.