@@ -114,7 +114,7 @@ |
||
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 ) { |