Completed
Push — master ( 1111c2...4a619f )
by smiley
02:48
created
examples/GW2API/ItemMultiResponseHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
 	/**
191 191
 	 * Write some info to the CLI
192 192
 	 *
193
-	 * @param $str
193
+	 * @param string $str
194 194
 	 */
195 195
 	protected function logToCLI($str){
196 196
 		echo '['.date('c', time()).']'.sprintf('[%10ss] ', sprintf('%01.4f', microtime(true) - $this->starttime)).$str.PHP_EOL;
Please login to merge, or discard this patch.