Completed
Push — milestone/2.0 ( 9cc217...20a31b )
by
unknown
02:47
created
core/Field/Complex_Field.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -200,6 +200,7 @@
 block discarded – undo
200 200
 	/**
201 201
 	 * Return a clone of a field with hierarchy settings applied
202 202
 	 *
203
+	 * @param Complex_Field $parent_field
203 204
 	 * @return bool
204 205
 	 **/
205 206
 	public function get_clone_under_field_in_hierarchy( $field, $parent_field, $entry_index = 0 ) {
Please login to merge, or discard this patch.
core/Libraries/Sidebar_Manager/Sidebar_Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 	/**
31 31
 	 * Handle action requests.
32 32
 	 *
33
-	 * @return array|void Output JSON if DOING_AJAX, otherwise return an array
33
+	 * @return false|null Output JSON if DOING_AJAX, otherwise return an array
34 34
 	 */
35 35
 	public function action_handler() {
36 36
 		$response = array(
Please login to merge, or discard this patch.