-
Notifications
You must be signed in to change notification settings - Fork 361
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
Use of "static" in callables is deprecated in PHP 8.2 #479
Comments
Yes, this usage falls under the deprecated callable patterns in version 8.2. More on that here, including two ways of fixing the issue: https://php.watch/versions/8.2/partially-supported-callable-deprecation#deprecated-patterns. I don't think there has been a discussion on whether or not |
I think we will support it indeed however lets wait until the feature freeze which is at: Jul 19 2022 Feature freeze From there we can prep the needed steps |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 1 week if no further activity occurs. Thank you for your contributions. |
Hello everyone, I just created the following PR which ensures php 8.2 compatibility: #528 |
Summary
While running my PHPUnit test suite on the first PHP 8.2 alpha release, I noticed the following deprecation warning:
Use of "static" in callables is deprecated in /app/vendor/fakerphp/faker/src/Faker/Provider/Base.php on line 374
Versions
fakerphp/faker
The text was updated successfully, but these errors were encountered: