Completed
Push — trunk ( cc9fce...e92fea )
by Justin
19:59 queued 04:50
created
includes/rest-api/CMB2_REST.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,6 +202,7 @@  discard block
 block discarded – undo
202 202
 	 * @param string|array $object_types Object(s) the field is being registered
203 203
 	 *                                   to, "post"|"term"|"comment" etc.
204 204
 	 * @param string $object_types       Canonical object type for callbacks.
205
+	 * @param string $object_type
205 206
 	 *
206 207
 	 * @return void
207 208
 	 */
@@ -701,7 +702,7 @@  discard block
 block discarded – undo
701 702
 	 * Retrieve all CMB2_REST instances from the registry.
702 703
 	 *
703 704
 	 * @since  2.2.3
704
-	 * @return CMB2[] Array of all registered CMB2_REST instances.
705
+	 * @return CMB2_REST[] Array of all registered CMB2_REST instances.
705 706
 	 */
706 707
 	public static function get_all() {
707 708
 		return self::$boxes;
Please login to merge, or discard this patch.