Skip to content

Commit 42a9aa2

Browse files
committed
fix docblock
gotta love duplication
1 parent 1a33bb8 commit 42a9aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,8 +2303,8 @@ private function __dnsBucketName($bucket)
23032303
/**
23042304
* CURL header callback
23052305
*
2306-
* @param resource &$curl CURL resource
2307-
* @param string &$data Data
2306+
* @param resource $curl CURL resource
2307+
* @param string $data Data
23082308
* @return integer
23092309
*/
23102310
private function __responseHeaderCallback($curl, $data)

0 commit comments

Comments
 (0)