Skip to content

Commit

Permalink
PHPDOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Tadiar committed Feb 19, 2012
1 parent 3f96b18 commit 68ebf78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dropbox/OAuth/Consumer/Curl.php
Expand Up @@ -133,7 +133,6 @@ private function parse($response)
$code = $matches[1];

// Parse the remaining headers into an associative array
// Note: Headers are not returned at present, but may be useful
$headers = array();
foreach ($lines as $line){
list($k, $v) = explode(': ', $line, 2);
Expand Down

0 comments on commit 68ebf78

Please sign in to comment.