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

Sanitize: Support passing curl_options #817

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Mar 19, 2023

As pointed out by PHPStan, it did not expect them:

Method SimplePie\Sanitize::pass_file_data() invoked with 5 parameters, 0-4 required

This has been broken since the support for passing curl options was introduced in 51f9f08

@jtojnar jtojnar mentioned this pull request Mar 19, 2023
As pointed out by PHPStan, it did not expect them:

    Method SimplePie\Sanitize::pass_file_data() invoked with 5 parameters, 0-4 required

This has been broken since the support for passing curl options was introduced in
simplepie@51f9f08
@jtojnar jtojnar force-pushed the sanitizer-no-pass-curl-opts branch from 5eb1dab to 8bb7047 Compare March 19, 2023 13:42
@jtojnar jtojnar changed the title Sanitize: Support for passing curl_options Sanitize: Support passing curl_options Mar 19, 2023
@mblaney mblaney merged commit f075406 into simplepie:master Apr 2, 2023
@jtojnar jtojnar deleted the sanitizer-no-pass-curl-opts branch April 2, 2023 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants