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
Recently a PR was merged that used deprecated syntax where calling ReflectionProperty()::setValue() with two argument causes a PHP deprecation notice as on 8.3.0
Recently a PR was merged that used deprecated syntax where calling ReflectionProperty()::setValue() with two argument causes a PHP deprecation notice as on 8.3.0
Instead we should use ReflectionClass::setStaticProperty()
PRs
The text was updated successfully, but these errors were encountered: