stripe / stripe-php

PHP library for the Stripe API.
https://stripe.com
MIT License
3.75k stars 849 forks source link

Added util for warning on encountering deprecated parameter #1690

Closed prathmesh-stripe closed 6 months ago

prathmesh-stripe commented 7 months ago

This PR adds utils for throwing a warning if a deprecated parameter is defined.

prathmesh-stripe commented 6 months ago

Closing this since we surveyed and found out the developers rarely read warning logs. They might not find this as helpful as IDE warnings.