Skip to content

Commit 74f15d1

Browse files
authored
Fix @return comment
1 parent 234c3ed commit 74f15d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public function createCustomer(array $parameters = array())
488488
*
489489
* @param array $parameters
490490
*
491-
* @return \Omnipay\Stripe\Message\CreateCustomerRequest
491+
* @return \Omnipay\Stripe\Message\FetchCustomerRequest
492492
*/
493493
public function fetchCustomer(array $parameters = array())
494494
{

0 commit comments

Comments
 (0)