Completed
Push — master ( 66ff4f...abc7c9 )
by Gregory
02:50
created
src/Tivnet/WPDB/Config.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 	);
41 41
 
42 42
 	/**
43
-	 * @param $key
43
+	 * @param string $key
44 44
 	 *
45 45
 	 * @return string
46 46
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Tivnet\WPDB;
3 3
 
4
-use Tivnet\Console\Style;
5
-
6 4
 /**
7 5
  * Class Config
8 6
  * @package Tivnet\WPDB
Please login to merge, or discard this patch.