| @@ 157-164 (lines=8) @@ | ||
| 154 |             $this->line('Contact: ' . trim($contact)); | |
| 155 | } | |
| 156 | ||
| 157 |         if (!empty($this->encryption)) { | |
| 158 |             if ($this->comments) { | |
| 159 | $this->spacer() | |
| 160 |                      ->comment('Our PGP key'); | |
| 161 | } | |
| 162 | ||
| 163 |             $this->line('Encryption: ' . trim($this->encryption)); | |
| 164 | } | |
| 165 | ||
| 166 |         if (!empty($this->disclosure)) { | |
| 167 |             if ($this->comments) { | |
| @@ 175-182 (lines=8) @@ | ||
| 172 |             $this->line('Disclosure: ' . trim(ucfirst($this->disclosure))); | |
| 173 | } | |
| 174 | ||
| 175 |         if (!empty($this->acknowledgement)) { | |
| 176 |             if ($this->comments) { | |
| 177 | $this->spacer() | |
| 178 |                      ->comment('Our public acknowledgement'); | |
| 179 | } | |
| 180 | ||
| 181 |             $this->line('Acknowledgement: ' . trim($this->acknowledgement)); | |
| 182 | } | |
| 183 | ||
| 184 |         if ($this->debug && isset($time)) { | |
| 185 | $this->spacer() | |