@@ -47,7 +47,7 @@ |
||
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 |
@@ -75,7 +75,7 @@ |
||
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 | /** |
@@ -101,6 +101,6 @@ |
||
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 |