You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: