Completed
Push — master ( 20cc15...500683 )
by Derek Stephen
06:57 queued 12s
created
src/Config/DbCredentials.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,6 @@
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @param string $database
83 82
      */
84 83
     public function setHost(string $host)
85 84
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Del\Common\Config;
4 4
 
5
-use Barnacle\RegistrationInterface;
5
+use Barnacle\RegistrationInterface;
6 6
 use Barnacle\Container;
7 7
 
8 8
 class DbCredentials implements RegistrationInterface
Please login to merge, or discard this patch.