Skip to content

Commit

Permalink
Add typehint to ApiResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
baijunyao committed Aug 27, 2019
1 parent 36ac4a9 commit 70936ba
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 70936ba

Please sign in to comment.