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
PHP Warning: implode(): Invalid arguments passed in wp-content/plugins/phpdoc-parser/lib/class-static-method-call-reflector.php on line 18
I'm not sure what triggers it, but it's triggered with WordPress 6.4.2.
[16-Jan-2024 03:27:06 UTC] PHP 18. WP_Parser\Static_Method_Call_Reflector->getName() wp-content/plugins/phpdoc-parser/lib/runner.php:372 [16-Jan-2024 03:27:06 UTC] PHP 19. implode($glue = '\\', $pieces = NULL) wp-content/plugins/phpdoc-parser/lib/class-static-method-call-reflector.php:18
NULL is not a valid input to implode() here:
NULL
implode()
https://github.com/WordPress/phpdoc-parser/blob/master/lib/class-static-method-call-reflector.php#L18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not sure what triggers it, but it's triggered with WordPress 6.4.2.
NULL
is not a valid input toimplode()
here:https://github.com/WordPress/phpdoc-parser/blob/master/lib/class-static-method-call-reflector.php#L18
The text was updated successfully, but these errors were encountered: