@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @return function print content to either web browser or command line. Can be optionally supressed |
|
199 | + * @return \Closure print content to either web browser or command line. Can be optionally supressed |
|
200 | 200 | */ |
201 | 201 | public static function getPrinter() { |
202 | 202 | return function ($content) { |
@@ -211,6 +211,7 @@ discard block |
||
211 | 211 | * Set to true to show output on the command line or browser, false to not |
212 | 212 | * |
213 | 213 | * @param $newcli_printer_output true to show output, false to hide it |
214 | + * @param boolean $new_cli_printer_output |
|
214 | 215 | */ |
215 | 216 | public static function setPrinterOutput($new_cli_printer_output) { |
216 | 217 | self::$cli_printer_output = $new_cli_printer_output; |