Skip to content

Commit 66b08e3

Browse files
committed
Merge branch 'develop' into release/3.1.0
2 parents ed00fe6 + 03c9a94 commit 66b08e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ codebird-php - changelog
77
+ Add REST API POST statuses/unretweet/:id
88
+ Add Ads API GET insights/keywords/search
99
+ #151 Avoid JSON_BIGINT_AS_STRING errors
10+
- Fix typo in changelog
1011

1112
3.0.0 (2016-01-01)
1213
+ Add unit testing suite

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ $reply = $cb->statuses_update([
320320
'media_ids' => $media_ids
321321
]);
322322
print_r($reply);
323-
);
324323
```
325324

326325
Here is a [sample Tweet](https://twitter.com/LarryMcTweet/status/475276535386365952)

0 commit comments

Comments
 (0)