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: htmlentities() shouldn't be called with null #218

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

fedeisas
Copy link

@fedeisas fedeisas commented Oct 3, 2024

Fix: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated

  • I've run the tests with vendor/bin/phpunit
  • None of the tests were found failing
  • I've seen the coverage report at build/coverage/index.html
  • Not a single line left uncovered by tests
  • Any coding standards issues were fixed with vendor/bin/php-cs-fixer fix

@sanmai
Copy link
Collaborator

sanmai commented Oct 3, 2024

How can I get you to add unit test for this change?

@fedeisas
Copy link
Author

fedeisas commented Oct 4, 2024

@sanmai

@fedeisas
Copy link
Author

fedeisas commented Oct 4, 2024

thanks @sanmai

@sanmai sanmai merged commit 3a472d5 into kalimatas:master Oct 4, 2024
6 of 7 checks passed
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