Completed
Push — dev2 ( e0c580...5942a1 )
by Gordon
12:38
created
code/ElasticaUtil.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.