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

[Draft] Remove all uses of the Magic Methods by regenerating our classes to have concrete implementations instead #265

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    fbfc04c View commit details
    Browse the repository at this point in the history
  2. Update PHPUnit

    Garethp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3832097 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef83634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ce494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f373e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f680e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3d21a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53b4fda View commit details
    Browse the repository at this point in the history
  9. Add @autogenerated tag to get* and is* methods so that we can mark th…

    …em as safe for regeneration
    Garethp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1f0e202 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad24ca0 View commit details
    Browse the repository at this point in the history
  11. Split Type up into an XmlObject that extends from \stdClass for dynam…

    …ic property assignments so that we can build anonymous objects from arrays
    Garethp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9cf5523 View commit details
    Browse the repository at this point in the history
  12. Removing more deprecation

    Garethp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1142596 View commit details
    Browse the repository at this point in the history
  13. Removing more deprecation

    Garethp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7fb665b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Removing more deprecation

    Garethp committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b833ec9 View commit details
    Browse the repository at this point in the history
  2. Removing more deprecation

    Garethp committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0ab2182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfd9de6 View commit details
    Browse the repository at this point in the history
  4. Update PHPUnit config

    Garethp committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1bf9703 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20b3b63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    852a54c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c6f4f1 View commit details
    Browse the repository at this point in the history
  8. Try widening PHPUnit versions even further so that we can attempt to …

    …test on older versions of PHP
    Garethp committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    79ada8b View commit details
    Browse the repository at this point in the history
  9. Stick to PHP 8.1+

    Garethp committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4dd5f37 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    245c1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    702216b View commit details
    Browse the repository at this point in the history