Skip to content
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 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated #2305

Open
hrst opened this issue Oct 4, 2022 · 0 comments

Comments

@hrst
Copy link

hrst commented Oct 4, 2022

if (strpos($target, '#') === 0) {

This should be prefaced with (string) or else a warning can be produced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant