Completed
Push — trunk ( 17500e...28a9ca )
by Justin
10s
created
includes/CMB2_Field_Display.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,6 @@
 block discarded – undo
113 113
 	 * Catchall method if field's 'display_cb' is NOT defined, or field type does
114 114
 	 * not have a corresponding display method
115 115
 	 * @since 2.2.2
116
-	 * @param  string $method    Non-existent method name
117
-	 * @param  array  $arguments All arguments passed to the method
118 116
 	 */
119 117
 	public function display() {
120 118
 		// If repeatable
Please login to merge, or discard this patch.
includes/CMB2_Base.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -413,7 +413,6 @@
 block discarded – undo
413 413
 	 * Allows overloading the object with methods... Whooaaa oooh it's magic, y'knoooow.
414 414
 	 * @since 1.0.0
415 415
 	 * @param string $method Non-existent method.
416
-	 * @param array  $arguments All arguments passed to the method
417 416
 	 */
418 417
 	public function __call( $method, $args ) {
419 418
 		$object_class = strtolower( get_class( $this ) );
Please login to merge, or discard this patch.