Completed
Push — trunk ( e1b1e7...167c89 )
by Justin
17:41 queued 04:12
created
includes/types/CMB2_Type_Base.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 	 * Stores the rendered field output.
59 59
 	 *
60 60
 	 * @since  2.2.2
61
-	 * @param  string|CMB2_Type_Base $rendered Rendered output.
61
+	 * @param  string $rendered Rendered output.
62 62
 	 * @return string|CMB2_Type_Base           Rendered output or this object.
63 63
 	 */
64 64
 	public function rendered( $rendered ) {
@@ -117,7 +117,6 @@  discard block
 block discarded – undo
117 117
 	/**
118 118
 	 * Fall back to CMB2_Types methods
119 119
 	 *
120
-	 * @param string $field
121 120
 	 * @throws Exception Throws an exception if the field is invalid.
122 121
 	 * @return mixed
123 122
 	 */
@@ -139,7 +138,7 @@  discard block
 block discarded – undo
139 138
 	 *
140 139
 	 * @param string $field
141 140
 	 * @throws Exception Throws an exception if the field is invalid.
142
-	 * @return mixed
141
+	 * @return CMB2_Field
143 142
 	 */
144 143
 	public function __get( $field ) {
145 144
 		switch ( $field ) {
Please login to merge, or discard this patch.
includes/types/CMB2_Type_Textarea_Code.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 	 * Handles outputting an 'textarea' element
17 17
 	 *
18 18
 	 * @since  1.1.0
19
-	 * @param  array $args Override arguments
20 19
 	 * @return string       Form textarea element
21 20
 	 */
22 21
 	public function render() {
Please login to merge, or discard this patch.