@@ -12,6 +12,7 @@ discard block |
||
12 | 12 | |
13 | 13 | namespace chillerlan\Database\Drivers\MySQLi; |
14 | 14 | |
15 | +use ReflectionMethod; |
|
15 | 16 | use chillerlan\Database\DBException; |
16 | 17 | use chillerlan\Database\Drivers\DBBaseDriver; |
17 | 18 | use chillerlan\Database\Drivers\DBDriverInterface; |
@@ -19,8 +20,6 @@ discard block |
||
19 | 20 | use mysqli_result; |
20 | 21 | use mysqli_sql_exception; |
21 | 22 | use mysqli_stmt; |
22 | -use ReflectionClass; |
|
23 | -use ReflectionMethod; |
|
24 | 23 | use stdClass; |
25 | 24 | |
26 | 25 | /** |