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