Skip to content

Commit

Permalink
fix docblock
Browse files Browse the repository at this point in the history
gotta love duplication
  • Loading branch information
ptarjan committed May 15, 2014
1 parent 1a33bb8 commit 42a9aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,8 @@ private function __dnsBucketName($bucket)
/**
* CURL header callback
*
* @param resource &$curl CURL resource
* @param string &$data Data
* @param resource $curl CURL resource
* @param string $data Data
* @return integer
*/
private function __responseHeaderCallback($curl, $data)
Expand Down

0 comments on commit 42a9aa2

Please sign in to comment.