Skip to content

Commit

Permalink
Document params for request
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Feb 19, 2015
1 parent 1d1f656 commit cc4a189
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/TwitterOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ private function oAuthRequest($url, $method, array $parameters)
/**
* Make an HTTP request
*
* @param $url
* @param $method
* @param $headers
* @param $postfields
* @param string $url
* @param string $method
* @param string $headers
* @param array $postfields
*
* @return string
* @throws TwitterOAuthException
Expand Down

0 comments on commit cc4a189

Please sign in to comment.