Split DB Updates into seperate files, with the cutoff being 2.0.0

This commit is contained in:
johnnyq
2026-07-22 18:43:11 -04:00
parent 17e4c61067
commit 2b756f6ea4
252 changed files with 4161 additions and 4875 deletions

View File

@@ -46,7 +46,7 @@ class TestClockService extends \Stripe\Service\AbstractService
/**
* Creates a new test clock that can be attached to new customers and quotes.
*
* @param null|array{expand?: string[], frozen_time: int, name?: string} $params
* @param null|array{customer?: string, expand?: string[], frozen_time: int, name?: string} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\TestHelpers\TestClock