Completed
Pull Request — master (#6575)
by Maxence
37:23 queued 23:28
created
lib/private/Settings/Manager.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -273,6 +273,9 @@  discard block
 block discarded – undo
273 273
 		return $this->mapper->has($table, 'section', $sectionId);
274 274
 	}
275 275
 
276
+	/**
277
+	 * @param string $type
278
+	 */
276 279
 	private function setupSettingsEntry($settingsClassName, $type) {
277 280
 		if (!class_exists($settingsClassName)) {
278 281
 			$this->log->debug('Could not find ' . $type . ' section class ' . $settingsClassName);
@@ -302,6 +305,9 @@  discard block
 block discarded – undo
302 305
 		}
303 306
 	}
304 307
 
308
+	/**
309
+	 * @param string $type
310
+	 */
305 311
 	private function getSectionTableForType($type) {
306 312
 		if($type === 'admin') {
307 313
 			return Mapper::TABLE_ADMIN_SECTIONS;
Please login to merge, or discard this patch.