Completed
Branch master (1ad3fb)
by Adam
03:08 queued 01:18
created
src/Database.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace DBAL;
3 3
 
4
-use PDO;
5
-Use DBAL\Modifiers\SafeString;
4
+use PDO;
5
+use DBAL\Modifiers\SafeString;
6 6
 
7 7
 /**
8 8
  * PDO Database connection class
Please login to merge, or discard this patch.