@@ -84,7 +84,6 @@ |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | /** |
87 | - * @param string $database |
|
88 | 87 | * @return DbCredentials |
89 | 88 | */ |
90 | 89 | public function setHost($host) |
@@ -3,7 +3,7 @@ |
||
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 |