Skip to content

v2.4.2: Remove redundant explicit property accessibility

Choose a tag to compare

@thorewi thorewi released this 22 Jun 19:04
· 2 commits to master since this release
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.