@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | /** |
| 193 | - * @param $contentSqlPath |
|
| 193 | + * @param string $contentSqlPath |
|
| 194 | 194 | */ |
| 195 | 195 | protected function initContentDb($contentSqlPath) |
| 196 | 196 | { |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | } |
| 201 | 201 | |
| 202 | 202 | /** |
| 203 | - * @param $storageDefaultPath |
|
| 203 | + * @param string $storageDefaultPath |
|
| 204 | 204 | */ |
| 205 | 205 | protected function initConfigStorage($storageDefaultPath) |
| 206 | 206 | { |
@@ -230,6 +230,9 @@ discard block |
||
| 230 | 230 | return $this->contentDbHandle; |
| 231 | 231 | } |
| 232 | 232 | |
| 233 | + /** |
|
| 234 | + * @param string $subsetName |
|
| 235 | + */ |
|
| 233 | 236 | private function initConfigIfNotExists($json, $subsetName) |
| 234 | 237 | { |
| 235 | 238 | $subsetFileName = $this->storagePath . DIRECTORY_SEPARATOR . $subsetName . '.json'; |