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
- Removed missingType.generics suppression by adding proper generic
type annotations to AbstractFilter, AbstractProvider,
ProviderInterface, BetweenFilter, and OnFilter
- Added runtime instanceof ProviderInterface guard in Yasumi::create()
and throw ProviderNotFoundException if not satisfied
- Added is_string() guard after preg_replace() in getProviders() and
narrow return type PHPDoc to array<string, string>
- Fixed null-unsafe usage of getHoliday() result in examples/basic.php
- Added test covering the new ProviderInterface guard in create()
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
0 commit comments