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

func_get_args(), no longer report the original value as passed to a parameter #104

Closed
rahulrasgon opened this issue Aug 20, 2020 · 0 comments · Fixed by #127
Closed

func_get_args(), no longer report the original value as passed to a parameter #104

rahulrasgon opened this issue Aug 20, 2020 · 0 comments · Fixed by #127

Comments

@rahulrasgon
Copy link

html2text/html2text/src/Html2Text.php

FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE

241 | WARNING | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer
| | report the original value as passed to a parameter, but will instead provide the
| | current value. The parameter "$options" was used, and possibly changed (by
| | reference), on line 240.
| | (PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.NeedsInspection)

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 a pull request may close this issue.

1 participant