Passed
Push — develop ( 6e8f17...2975bd )
by Jens
03:53
created
src/storage/Repository.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.