v2.4.2: Remove redundant explicit property accessibility
The `ReflectionProperty::setAccessible(true)` call is typically not required for public properties or when object-relational mappers handle property access internally. Removing this explicit setting simplifies the code and relies on standard visibility rules without affecting functionality.