Completed
Pull Request — master (#11455)
by
unknown
08:54
created
includes/class-wc-structured-data.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
   /**
115 115
    * Gets `$this->_structured_data` after `$requested_types` validation.
116 116
    *
117
-   * @param  mixed $requested_types bool|array (default: false) Array of requested types
117
+   * @param  boolean $requested_types bool|array (default: false) Array of requested types
118 118
    * @return array $structured_data Or empty array if there is no structured data or if `$requested_types` is not valid
119 119
    */
120 120
   public function get_structured_data( $requested_types = false ) {
Please login to merge, or discard this patch.