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

fix: do not pass null to strpos #384

Merged
merged 1 commit into from
Mar 21, 2022
Merged

fix: do not pass null to strpos #384

merged 1 commit into from
Mar 21, 2022

Conversation

darthf1
Copy link
Contributor

@darthf1 darthf1 commented Mar 10, 2022

Fixes:

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated

```
strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
```
@codecov
Copy link

codecov bot commented Mar 10, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@092e893). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #384   +/-   ##
=======================================
  Coverage        ?   99.58%           
  Complexity      ?      361           
=======================================
  Files           ?       20           
  Lines           ?      968           
  Branches        ?        0           
=======================================
  Hits            ?      964           
  Misses          ?        4           
  Partials        ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 092e893...567337f. Read the comment docs.

@ankitpokhrel ankitpokhrel merged commit e3eb3c1 into ankitpokhrel:main Mar 21, 2022
@ankitpokhrel
Copy link
Owner

Thank you @darthf1 🎉

@darthf1 darthf1 deleted the patch-1 branch March 21, 2022 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants