-
-
Notifications
You must be signed in to change notification settings - Fork 71
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 Compile Warning #555
Comments
If you're on PHP 8, this is related to #525 (comment) |
There is a PR to fix this but not looking like it'll be merged. If you're unable to downgrade from PHP 8, you should be able to get around this issue by adding the following to your
I'd love to include this in Formie's |
Thank you for the feedback! |
This will also be addressed in #582 with the switch out from the |
Description
When submitting a form, I get the following warning: PHP Compile Warning – yii\base\ErrorException
Private methods cannot be final as they are never overridden by other classes
This warning gets thrown by hoa/stream/Stream.php. Seems like there is something wrong with the PHP 8.0 compatibility.
Steps to reproduce
1.
2.
Form settings
Please pick from the options below.
Additional info
Additional context
The text was updated successfully, but these errors were encountered: