@@ -47,7 +47,6 @@ discard block |
||
| 47 | 47 | /** |
| 48 | 48 | * Whether the configuration exists in the database |
| 49 | 49 | * @param string $name configuration name |
| 50 | - * @param integer $tenantId The tenant id value |
|
| 51 | 50 | * @return bool |
| 52 | 51 | */ |
| 53 | 52 | protected function exists($name) |
@@ -108,7 +107,6 @@ discard block |
||
| 108 | 107 | |
| 109 | 108 | /** |
| 110 | 109 | * Retrieves all configurations stored in database |
| 111 | - * @param integer $tenantId |
|
| 112 | 110 | * @return array |
| 113 | 111 | */ |
| 114 | 112 | public function all() |
@@ -141,7 +139,6 @@ discard block |
||
| 141 | 139 | /** |
| 142 | 140 | * Deletes specified configurations (or all if none specified) from the parameters table |
| 143 | 141 | * @param array|string $names |
| 144 | - * @param integer $tenantId |
|
| 145 | 142 | */ |
| 146 | 143 | public function delete($names = []) |
| 147 | 144 | { |