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

Generic.NamingConventions.CamelCapsFunctionName not ignoring SoapClient __getCookies() method #2210

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Nov 1, 2018

The list of $methodsDoubleUnderscore from the SoapClient extension was missing the __getCookies() method.

Ref: http://php.net/manual/en/class.soapclient.php

Includes unit test.

Includes ordering the list in alphabetic order.

The list of `$methodsDoubleUnderscore` from the SoapClient extension was missing the `__getCookies()` method.

Ref: http://php.net/manual/en/class.soapclient.php

Includes unit test.

Includes ordering the list in alphabetic order.
@gsherwood gsherwood added this to the 3.4.0 milestone Nov 5, 2018
@gsherwood gsherwood changed the title Generic/CamelCapsFunctionName: add missing SoapClient method Generic.NamingConventions.CamelCapsFunctionName not ignoring SoapClient __getCookies() method Nov 5, 2018
@gsherwood
Copy link
Member

Thanks

@gsherwood gsherwood merged commit 164c78b into squizlabs:master Nov 5, 2018
gsherwood added a commit that referenced this pull request Nov 5, 2018
@jrfnl jrfnl deleted the feature/generic-camelcaps-update-soapmethods branch November 5, 2018 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants