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