| @@ 151-158 (lines=8) @@ | ||
| 148 | $this->line('Contact: ' . trim($contact)); |
|
| 149 | } |
|
| 150 | ||
| 151 | if (!empty($this->encryption)) { |
|
| 152 | if ($this->comments) { |
|
| 153 | $this->spacer() |
|
| 154 | ->comment('Our PGP key'); |
|
| 155 | } |
|
| 156 | ||
| 157 | $this->line('Encryption: ' . trim($this->encryption)); |
|
| 158 | } |
|
| 159 | ||
| 160 | if (!empty($this->disclosure)) { |
|
| 161 | if ($this->comments) { |
|
| @@ 169-176 (lines=8) @@ | ||
| 166 | $this->line('Disclosure: ' . trim(ucfirst($this->disclosure))); |
|
| 167 | } |
|
| 168 | ||
| 169 | if (!empty($this->acknowledgement)) { |
|
| 170 | if ($this->comments) { |
|
| 171 | $this->spacer() |
|
| 172 | ->comment('Our public acknowledgement'); |
|
| 173 | } |
|
| 174 | ||
| 175 | $this->line('Acknowledgement: ' . trim($this->acknowledgement)); |
|
| 176 | } |
|
| 177 | ||
| 178 | if ($this->debug && isset($time)) { |
|
| 179 | $this->spacer() |
|