You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(rector): setting up rector
* fix(naming): corrected typo in class name
* fix(review): change suggested from review
* fix(constructor): bring back constructor without php8.1 things
* feat(php): restore 8.0 compatibility only
Co-authored-by: Louis Pinsembert <lpinsembert.external@bedrockstreaming.com>
Co-authored-by: Millet Morgan <millet.morgan5@gmail.com>
thrownew \InvalidArgumentException(sprintf('Request attribute "_rate_limit" should be of type "%s". "%s" given.', RateLimit::class, \is_object($rateLimit) ? \get_class($rateLimit) : \gettype($rateLimit)));
36
+
thrownew \InvalidArgumentException(sprintf('Request attribute "_rate_limit" should be of type "%s". "%s" given.', RateLimit::class, get_debug_type($rateLimit)));
0 commit comments