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
Add strict type declarations and modernize codebase (#96)
Add strict type declarations to all method parameters, return types, and
properties throughout the codebase. Remove redundant runtime type checks
now enforced by the type system. Update PHPDoc to use nullable shorthand
and compact format. Replace `list()` with array destructuring, and
`switch/case` with `match` expressions. Remove the `InAndNotInUtils`
trait, which was introduced to suppress PHPStan errors before strict
typing was available. Clean up deprecated test helpers.
Raise the minimum required `ipl/stdlib` version to adopt its strict type
declarations.
0 commit comments