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

Adjust for composer-require-checker check. #7632

Merged
merged 3 commits into from Feb 11, 2022

Commits on Feb 11, 2022

  1. DOMElement instead of DomElement - https://php.net/DOMElement

    to avoid composer-require-check reports false-positive,
    just did - find src/ -type f -exec sed -i -e 's/DomElement/DOMElement/g' {} \;
    sasezaki authored and orklah committed Feb 11, 2022
    Copy the full SHA
    d0baffb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88dbfc7 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary var annotation

    sasezaki authored and orklah committed Feb 11, 2022
    Copy the full SHA
    c46818a View commit details
    Browse the repository at this point in the history