Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.3 warnings #397

Open
wp-user-manager opened this issue Feb 2, 2024 · 1 comment
Open

PHP 8.3 warnings #397

wp-user-manager opened this issue Feb 2, 2024 · 1 comment

Comments

@wp-user-manager
Copy link
Collaborator

After upgrading to PHP 8.3 I see more than 35 Deprecated Errors for WP User Manager with the message such as:

  1. Creation of dynamic property WPUM\Carbon_Fields\Container\User_Meta_Container::$id is deprecated
  2. Calling get_class() without arguments is deprecated
  3. Return type of WPUM\Carbon_Fields\Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

We need to see if we can update Carbon Fields safely or patch these issues during our build process

@wp-user-manager
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant