@@ -58,7 +58,7 @@ discard block |
||
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 |
||
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 |
||
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 ) { |
@@ -16,7 +16,6 @@ |
||
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() { |