Completed
Pull Request — develop (#1436)
by
unknown
15:35
created
includes/class-admin-installer.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 	 *
50 50
 	 * @param array $items Scripts or styles to exclude from no-conflict
51 51
 	 *
52
-	 * @return array
52
+	 * @return string[]
53 53
 	 */
54 54
 	public function register_noconflict( $items ) {
55 55
 
@@ -326,6 +326,9 @@  discard block
 block discarded – undo
326 326
 		<?php
327 327
 	}
328 328
 
329
+	/**
330
+	 * @param string $section_slug
331
+	 */
329 332
 	private function render_section( $section_slug, $heading, $downloads_data, $wp_plugins = array() ) {
330 333
 
331 334
 		ob_start();
Please login to merge, or discard this patch.