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
Refactor method signatures to use nullable parameter syntax (#19)
Updated method signatures in test traits to explicitly use nullable types (`?type`) for better consistency and clarity. This ensures type hints properly reflect parameters that can accept `null` as a valid value.