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

QBXML Objects: asQBXML parameter conflict between parent and child classes. #260

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mreiden
Copy link
Contributor

@mreiden mreiden commented Jun 13, 2019

Symfony 4.2+ complains the parameters of the asQBXML method of child classes do not match those in the QuickBooks_QBXML_Object parent class. This will throw an error starting in Symfony 5.

Prevent this and simplify the child classes by removing the methods if they do nothing other than call the parent method.

This pull request is based on top of #258.

mreiden added 4 commits June 13, 2019 15:49
…ent method (Many also have conflicting parameter declarations and some use undefined constants like QUICKBOOKS_XML_XML_DROP). Remove the _cleanup method if it only calls the parent method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant