| @@ -129,7 +129,7 @@ discard block | ||
| 129 | 129 | * | 
| 130 | 130 | * @uses `wp_footer` action hook | 
| 131 | 131 | * @uses `woocommerce_email_order_details` action hook | 
| 132 | - * @param bool|array|string $requested_types (default: true) | |
| 132 | + * @param string $requested_types (default: true) | |
| 133 | 133 | * @return bool | 
| 134 | 134 | */ | 
| 135 | 135 |  	public function output_structured_data( $requested_types = true ) { | 
| @@ -157,8 +157,8 @@ discard block | ||
| 157 | 157 | * | 
| 158 | 158 | * @param string $type | 
| 159 | 159 | * @param mixed $object | 
| 160 | - * @param mixed $param_1 (default: null) | |
| 161 | - * @param mixed $param_2 (default: null) | |
| 160 | + * @param boolean $param_1 (default: null) | |
| 161 | + * @param boolean $param_2 (default: null) | |
| 162 | 162 | * @param mixed $param_3 (default: null) | 
| 163 | 163 | * @return bool | 
| 164 | 164 | */ |