@@ -169,7 +169,7 @@ discard block |
||
| 169 | 169 | if (!empty($this->encryption)) { |
| 170 | 170 | if ($this->comments) |
| 171 | 171 | $this->addSpacer() |
| 172 | - ->addComment('Our PGP key'); |
|
| 172 | + ->addComment('Our PGP key'); |
|
| 173 | 173 | |
| 174 | 174 | $this->addLine('Encryption: ' . trim($this->encryption)); |
| 175 | 175 | } |
@@ -177,7 +177,7 @@ discard block |
||
| 177 | 177 | if (!empty($this->disclosure)) { |
| 178 | 178 | if ($this->comments) |
| 179 | 179 | $this->addSpacer() |
| 180 | - ->addComment('Our disclosure policy'); |
|
| 180 | + ->addComment('Our disclosure policy'); |
|
| 181 | 181 | |
| 182 | 182 | $this->addLine('Disclosure: ' . trim(ucfirst($this->disclosure))); |
| 183 | 183 | } |
@@ -185,20 +185,20 @@ discard block |
||
| 185 | 185 | if (!empty($this->acknowledgement)) { |
| 186 | 186 | if ($this->comments) |
| 187 | 187 | $this->addSpacer() |
| 188 | - ->addComment('Our public acknowledgement'); |
|
| 188 | + ->addComment('Our public acknowledgement'); |
|
| 189 | 189 | |
| 190 | 190 | $this->addLine('Acknowledgement: ' . trim($this->acknowledgement)); |
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | if ($this->debug) |
| 194 | 194 | $this->addSpacer() |
| 195 | - ->addComment() |
|
| 196 | - ->addComment('Generated by https://github.com/austinheap/laravel-security-txt') |
|
| 197 | - ->addComment('in ' . round((microtime(true) - $time) * 1000, 6) . ' seconds on ' . now() . '.') |
|
| 198 | - ->addComment() |
|
| 199 | - ->addComment('Cache is ' . ($this->cache ? 'enabled with key "' . $this->cacheKey . '"' : 'disabled') . '.') |
|
| 200 | - ->addComment() |
|
| 201 | - ->addSpacer(); |
|
| 195 | + ->addComment() |
|
| 196 | + ->addComment('Generated by https://github.com/austinheap/laravel-security-txt') |
|
| 197 | + ->addComment('in ' . round((microtime(true) - $time) * 1000, 6) . ' seconds on ' . now() . '.') |
|
| 198 | + ->addComment() |
|
| 199 | + ->addComment('Cache is ' . ($this->cache ? 'enabled with key "' . $this->cacheKey . '"' : 'disabled') . '.') |
|
| 200 | + ->addComment() |
|
| 201 | + ->addSpacer(); |
|
| 202 | 202 | |
| 203 | 203 | $output = implode(PHP_EOL, $this->lines); |
| 204 | 204 | |
@@ -169,7 +169,7 @@ discard block |
||
| 169 | 169 | if (!empty($this->encryption)) { |
| 170 | 170 | if ($this->comments) |
| 171 | 171 | $this->addSpacer() |
| 172 | - ->addComment('Our PGP key'); |
|
| 172 | + ->addComment('Our PGP key'); |
|
| 173 | 173 | |
| 174 | 174 | $this->addLine('Encryption: ' . trim($this->encryption)); |
| 175 | 175 | } |
@@ -177,7 +177,7 @@ discard block |
||
| 177 | 177 | if (!empty($this->disclosure)) { |
| 178 | 178 | if ($this->comments) |
| 179 | 179 | $this->addSpacer() |
| 180 | - ->addComment('Our disclosure policy'); |
|
| 180 | + ->addComment('Our disclosure policy'); |
|
| 181 | 181 | |
| 182 | 182 | $this->addLine('Disclosure: ' . trim(ucfirst($this->disclosure))); |
| 183 | 183 | } |
@@ -185,20 +185,20 @@ discard block |
||
| 185 | 185 | if (!empty($this->acknowledgement)) { |
| 186 | 186 | if ($this->comments) |
| 187 | 187 | $this->addSpacer() |
| 188 | - ->addComment('Our public acknowledgement'); |
|
| 188 | + ->addComment('Our public acknowledgement'); |
|
| 189 | 189 | |
| 190 | 190 | $this->addLine('Acknowledgement: ' . trim($this->acknowledgement)); |
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | if ($this->debug) |
| 194 | 194 | $this->addSpacer() |
| 195 | - ->addComment() |
|
| 196 | - ->addComment('Generated by https://github.com/austinheap/laravel-security-txt') |
|
| 197 | - ->addComment('in ' . round((microtime(true) - $time) * 1000, 6) . ' seconds on ' . now() . '.') |
|
| 198 | - ->addComment() |
|
| 199 | - ->addComment('Cache is ' . ($this->cache ? 'enabled with key "' . $this->cacheKey . '"' : 'disabled') . '.') |
|
| 200 | - ->addComment() |
|
| 201 | - ->addSpacer(); |
|
| 195 | + ->addComment() |
|
| 196 | + ->addComment('Generated by https://github.com/austinheap/laravel-security-txt') |
|
| 197 | + ->addComment('in ' . round((microtime(true) - $time) * 1000, 6) . ' seconds on ' . now() . '.') |
|
| 198 | + ->addComment() |
|
| 199 | + ->addComment('Cache is ' . ($this->cache ? 'enabled with key "' . $this->cacheKey . '"' : 'disabled') . '.') |
|
| 200 | + ->addComment() |
|
| 201 | + ->addSpacer(); |
|
| 202 | 202 | |
| 203 | 203 | $output = implode(PHP_EOL, $this->lines); |
| 204 | 204 | |