Completed
Push — feature/45-drop-php-52 ( d61672...167909 )
by Sudar
11:21
created
include/Core/DB/TableManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 	 * @global object $wpdb
73 73
 	 *
74 74
 	 * @param  array  $tables List of tables to be deleted.
75
-	 * @return array  $tables Modified list of tables to be deleted.
75
+	 * @return string[]  $tables Modified list of tables to be deleted.
76 76
 	 */
77 77
 	public function on_delete_blog( $tables ) {
78 78
 		global $wpdb;
Please login to merge, or discard this patch.