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
PHP 8.1: download_url(): prevent "passing null to non-nullable" notice [1]
Includes removing duplicate function calls.
I've verified that neither the `$url`, nor the `$url_filename` are changed between when they are first received/defined and when they are re-used, so there is no need to repeat the function calls.
0 commit comments