Skip to content

Commit

Permalink
Merge pull request #644 from virgofx/patch-1
Browse files Browse the repository at this point in the history
Update return type to `static` to improve static analysis
  • Loading branch information
ob-stripe authored May 1, 2019
2 parents baec667 + c708369 commit e28d486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ApiOperations/Retrieve.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait Retrieve
* or an options array containing an `id` key.
* @param array|string|null $opts
*
* @return \Stripe\StripeObject
* @return static
*/
public static function retrieve($id, $opts = null)
{
Expand Down

0 comments on commit e28d486

Please sign in to comment.