@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * @param InputInterface $input |
| 42 | 42 | * @param OutputInterface $output |
| 43 | 43 | * |
| 44 | - * @return int|null|void |
|
| 44 | + * @return boolean|null |
|
| 45 | 45 | * |
| 46 | 46 | * @throws Exception |
| 47 | 47 | */ |
@@ -150,6 +150,9 @@ |
||
| 150 | 150 | return "-----BEGIN {$type}-----\n{$pem}-----END {$type}-----\n"; |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | + /** |
|
| 154 | + * @param \Closure $callable |
|
| 155 | + */ |
|
| 153 | 156 | protected function guardAgainstUserErrorsFromPhpSeclib($callable) |
| 154 | 157 | { |
| 155 | 158 | set_error_handler(function ($errno, $errstr, $errfile, $errline) { |