8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://exakat.readthedocs.io/en/latest/Rules.html#curl-version-has-no-argument
I have code such as:
/** * Returns information about the cURL version */ public function curl_version() { return curl_version(); }
But this is still flagged by this rule. It's from a class that simply wraps cURL.
The text was updated successfully, but these errors were encountered:
It should only report curl_version when used with something else than CURLVERSION_NOW, or Void.
Fixed in 1.9.3
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
https://exakat.readthedocs.io/en/latest/Rules.html#curl-version-has-no-argument
I have code such as:
But this is still flagged by this rule. It's from a class that simply wraps cURL.
The text was updated successfully, but these errors were encountered: