Skip to content

v0.3.23

@binaryfire binaryfire tagged this 26 Dec 05:02
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)
Assets 2
Loading