v0.3.23
Remove redundant type checks where PHP's type system already guarantees the type: - Remove dead is_string/is_array/is_int checks after type narrowing - Remove method_exists for methods that always exist (PHP 8+, interface contracts) - Remove property_exists checks on typed properties - Add ignores for legitimate defensive checks (platform compat, PHPDoc validation)