Completed
Pull Request — master (#11455)
by
unknown
08:58
created
includes/class-wc-structured-data.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
    * Checks if the passed $json variable is an array and stores it into $this->data...
25 25
    *
26 26
    * @param array $json Partially structured data
27
-   * @return bool Returns false If the param $json is not an array
27
+   * @return false|null Returns false If the param $json is not an array
28 28
    */
29 29
   private function set_data( $json ) {
30 30
     if ( ! is_array( $json ) ) {
Please login to merge, or discard this patch.