@@ -66,6 +66,7 @@ discard block |
||
| 66 | 66 | /** |
| 67 | 67 | * Get singleton |
| 68 | 68 | * |
| 69 | + * @param string $key |
|
| 69 | 70 | * @return object |
| 70 | 71 | * |
| 71 | 72 | * @throws \Kotori\Exception\DatabaseException |
@@ -104,7 +105,6 @@ discard block |
||
| 104 | 105 | * |
| 105 | 106 | * Initialize Database. |
| 106 | 107 | * |
| 107 | - * @param array $config |
|
| 108 | 108 | * @return void |
| 109 | 109 | */ |
| 110 | 110 | public function __construct(array $options = []) |