Completed
Pull Request — master (#11455)
by
unknown
11:10
created
includes/class-wc-structured-data.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.