We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
valueType()
string
html-field/src/HtmlField.php
Line 40 in 4797c9c
At the very least this should probably be string|null. But it would be really nice to see the HtmlFieldData|null in there…?
string|null
HtmlFieldData|null
The text was updated successfully, but these errors were encountered:
4c85109
More specific phpType()
3969e3d
Resolves craftcms/html-field#13
Just tagged v2.1.1 and 3.1.1 with that change.
Sorry, something went wrong.
No branches or pull requests
html-field/src/HtmlField.php
Line 40 in 4797c9c
At the very least this should probably be
string|null
. But it would be really nice to see theHtmlFieldData|null
in there…?The text was updated successfully, but these errors were encountered: