You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($response->getStatusCode() !== 200 && $response->getStatusCode() !== 404) {
56
56
thrownewException('The alias "' . $alias . '" was not found with some unexpected error... (return code: ' . $response->getStatusCode() . ')', 1383650137);
57
57
}
58
58
59
-
returnarray_keys($response->getTreatedContent());
59
+
// return empty array if content from response cannot be read as an array
0 commit comments