-
Notifications
You must be signed in to change notification settings - Fork 30
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
Type mixed cannot be marked as nullable since mixed already includes null #27
Comments
I just removed the question mark before mixed and it worked. |
Same problem here, can you update ? |
Same problem |
You can use this, same as the parent class Field
|
@martykan How? |
https://tomasvotruba.com/blog/2020/07/02/how-to-patch-package-in-vendor-yet-allow-its-updates/ |
Same problem |
In PHP 8.0
I got this error:
Type mixed cannot be marked as nullable since mixed already includes null
nova-rating-field/src/Rating.php
Line 43 in 6db4fdf
The text was updated successfully, but these errors were encountered: