Completed
Push — master ( a9b09e...c0b495 )
by Derek Stephen
01:45
created
src/Config/DbCredentials.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,6 @@
 block discarded – undo
84 84
     }
85 85
 
86 86
     /**
87
-     * @param string $database
88 87
      * @return DbCredentials
89 88
      */
90 89
     public function setHost($host)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 namespace Del\Common\Config;
5 5
 
6
-use Del\Common\Container\RegistrationInterface;
6
+use Del\Common\Container\RegistrationInterface;
7 7
 use Pimple\Container;
8 8
 
9 9
 class DbCredentials implements RegistrationInterface
Please login to merge, or discard this patch.