Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit fa5bf53

Browse files
committed
Merge pull request #36 from mdemo/master
Fix syntax error
2 parents 3fc2a73 + d6b7aae commit fa5bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TwitterAPIExchange.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function performRequest($return = true)
194194
CURLOPT_HEADER => false,
195195
CURLOPT_URL => $this->url,
196196
CURLOPT_RETURNTRANSFER => true,
197-
CURLOPT_TIMEOUT = 10,
197+
CURLOPT_TIMEOUT => 10,
198198
);
199199

200200
if (!is_null($postfields))

0 commit comments

Comments
 (0)