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
When running some static analysis tests we encountered a type documentation issue in: https://github.com/Yoast/wordpress-seo/blob/trunk/inc/options/class-wpseo-option-wpseo.php#L217 https://github.com/Yoast/wordpress-seo/blob/trunk/admin/tracking/class-tracking.php#L223
should be @param string|false instead of @param string
@param string|false
@param string
The text was updated successfully, but these errors were encountered:
Hi @kkmuffme
Thanks for creating the issue and sharing the details. You can contribute to our plugin easily by sending a PR - see more info here: https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md
Sorry, something went wrong.
Fix wrong docs Yoast#21695
92f004f
a02996f
a5d6756
Successfully merging a pull request may close this issue.
When running some static analysis tests we encountered a type documentation issue in:
https://github.com/Yoast/wordpress-seo/blob/trunk/inc/options/class-wpseo-option-wpseo.php#L217
https://github.com/Yoast/wordpress-seo/blob/trunk/admin/tracking/class-tracking.php#L223
should be
@param string|false
instead of@param string
The text was updated successfully, but these errors were encountered: