Completed
Push — master ( 1111c2...4a619f )
by smiley
02:48
created
examples/GW2API/ItemMultiResponseHandler.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use chillerlan\Database\Drivers\MySQLi\MySQLiDriver;
15 15
 use chillerlan\Database\Traits\DatabaseTrait;
16 16
 use chillerlan\Database\DBOptions;
17
-use chillerlan\Database\Drivers\PDO\PDOMySQLDriver;
18 17
 use chillerlan\TinyCurl\MultiRequest;
19 18
 use chillerlan\TinyCurl\MultiRequestOptions;
20 19
 use chillerlan\TinyCurl\Request;
Please login to merge, or discard this patch.