Skip to content

Commit

Permalink
Merge pull request #713 from baijunyao/master
Browse files Browse the repository at this point in the history
Add typehint to `ApiResponse`
  • Loading branch information
ob-stripe committed Aug 27, 2019
2 parents 36ac4a9 + 70936ba commit d0d4de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Stripe;

use Stripe\Util\CaseInsensitiveArray;

/**
* Class ApiResponse
*
Expand All @@ -17,7 +19,7 @@ class ApiResponse
/**
* @param string $body
* @param integer $code
* @param array|null $headers
* @param array|CaseInsensitiveArray|null $headers
* @param array|null $json
*
* @return obj An APIResponse
Expand Down

0 comments on commit d0d4de2

Please sign in to comment.