Skip to content

Commit

Permalink
refactor: optimize code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hutao committed Jan 8, 2025
1 parent 24f833e commit f580a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/**
* @phpstan-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
*
* @psalm-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
*/
class Checkout implements Arrayable, Jsonable, JsonSerializable, Responsable
Expand Down
1 change: 1 addition & 0 deletions src/CheckoutBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/**
* @phpstan-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
*
* @psalm-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
*/
class CheckoutBuilder
Expand Down

0 comments on commit f580a9e

Please sign in to comment.