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