Billy Purvis

Results 1 issues of Billy Purvis

``` $decoded_response = json_decode($response['body'], true); ``` Can return NULL. The following line tries to count a type (NULL) which isn't a countable type which in turn produces a warning message....