diff --git a/lib/Formats/GitHub.php b/lib/Formats/GitHub.php index e4184d4..06ebe1e 100644 --- a/lib/Formats/GitHub.php +++ b/lib/Formats/GitHub.php @@ -106,11 +106,11 @@ class GitHub { $entry['published'] = $data['created_at']; - $response = [ + $r = [ 'data' => $entry ]; - return [$response, $json, $response['code']]; + return [$r, $json, $response['code']]; } }